UNPKG

@westrem/currency.info

Version:

currency.info is a collection of information about actively used currencies around the world

13 lines 314 B
interface Currency { displayName: string; numericCode: number; defaultFractionDigits: number; subUnit: number; symbolSpaced: boolean; symbolPosition: "after" | "before"; symbol: string; isoCode: "KRW"; } declare const KRW: Currency; export { KRW }; //# sourceMappingURL=KRW.d.ts.map