frontend/.pnpm-store/v3/files/a3/1f44302ec6d83525f1078d04c2bbbc2c9e1a331b143dbb5cfcf3223bd885ec7838033ceac9c5d33fe1dfbd8e77390b1238e76bf5677d904cee3001669acc32-exec

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