UNPKG

@gaignoux/currency

Version:

A way to get all currency information from around the world.

4 lines (3 loc) 271 B
import { TCurrencyCode, TCurrencyLocalCode } from '../types'; export declare const CurrencyLocaleCode: Record<TCurrencyLocalCode, TCurrencyCode | TCurrencyCode[]>; export declare const CurrencyCodeLocale: Record<TCurrencyCode, TCurrencyLocalCode | TCurrencyLocalCode[]>;