Variable CURRENCY_OPTIONSConst
CURRENCY_OPTIONS: {
EUR: { locale: string; symbol: string };
GBP: { locale: string; symbol: string };
JPY: { locale: string; symbol: string };
USD: { locale: string; symbol: string };
} = ...
Type declaration
EUR: { locale: string; symbol: string }
GBP: { locale: string; symbol: string }
JPY: { locale: string; symbol: string }
USD: { locale: string; symbol: string }
Currency formatting options