UNPKG

symbols-of-currency

Version:

Getting the currency symbol by currency code, country name or currency name

4 lines (3 loc) 275 B
export declare function getSymbolByCode(code: string, country?: string): string | undefined; export declare function getSymbolByCountry(country: string): string | undefined; export declare function getSymbolByCurrencyName(name: string, country?: string): string | undefined;