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: "KZT"; } declare const KZT: Currency; export { KZT }; //# sourceMappingURL=KZT.d.ts.map