@easymoney/currencies
Version:
Best way to do money in js
18 lines (14 loc) • 532 B
text/typescript
import { currenciesMap, cryptoCurrenciesMap } from "./currencies/";
import { createCurrencyList } from "./createCurrencyList";
// exports
export { createAgregatedCurrencyList } from "./createAgregatedCurrencyList";
export {
CurrencyList,
CurrencyListISO,
CurrencyMap,
CurrencyUnitCrypto
} from "./types";
export { convertCurrencyMapToArray } from "./convertCurrencyMapToArray";
export { CurrencyUnit, CurrencyUnitISO } from "@easymoney/core";
export { currenciesMap, createCurrencyList };
export { cryptoCurrenciesMap };