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