UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

11 lines (10 loc) 253 B
export declare type Currency = { symbol: string; name: string; symbol_native: string; decimal_digits: number; rounding: number; iso_code: string; name_plural: string; }; export declare const currencies: Currency[];