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