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