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