@easymoney/formatter
Version:
Best way to do money in js
5 lines • 403 B
TypeScript
import { CurrencyList, CurrencyUnitISO } from "@easymoney/currencies";
import { MoneyIntlFormatter } from "./types";
export declare function createIntlFormatterFactory(currencyList: CurrencyList<CurrencyUnitISO>): MoneyIntlFormatter;
export declare function createMoneyIntlFormatterUnit(currencies: CurrencyUnitISO[]): () => MoneyIntlFormatter;
//# sourceMappingURL=createMoneyIntlFormatter.d.ts.map