UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

5 lines 196 B
/** * https://tc39.es/ecma402/#sec-iswellformedcurrencycode */ export declare function IsWellFormedCurrencyCode(currency: string): boolean; //# sourceMappingURL=IsWellFormedCurrencyCode.d.ts.map