UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

5 lines (4 loc) 140 B
/** * https://tc39.es/ecma402/#sec-iswellformedcurrencycode */ export declare function IsWellFormedCurrencyCode(currency: string): boolean;