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