1.0.1-3ba • Published 2 years ago
@xivart/edge v1.0.1-3ba
@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')
}