1.0.1-3ba • Published 2 years ago

@xivart/edge v1.0.1-3ba

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@xivart/edge

TRVx edge utilities

Features

  • ES6 syntax, managed with Prettier + Eslint
  • Typescript

Install

yarn add @xivart/edge
// or
npm i @xivart/edge

Requirements

  • Typescript 4

Usage

import { ExchangeFeeTypes } from "@xivart/edge/src/domain/account/costs/types/flightExchangeCost.type.js";

const params = new URLSearchParams(location.search.slice(1));
if(params.get('exchangeFee') === ExchangeFeeTypes.AirlineFee) {
  consoloe.log('AirelineFee selected')
}
1.0.1-3ba

2 years ago

6.538.1

2 years ago

5.537.1

2 years ago

4.536.1

2 years ago

3.535.1

2 years ago

2.534.1

2 years ago

1.533.1

2 years ago