frontend/.pnpm-store/v3/files/75/3eea924bbc60fd9272515e7a156606c75dedd3f1a5d2ac9a608a71f1bc730f2805aa18a1ec02296b732f869d54496b1b38056142eedbcbb33916c5ac6bd6e0-exec

6 lines
213 B
Plaintext
Executable File

/**
* https://tc39.es/ecma402/#sec-iswellformedunitidentifier
* @param unit
*/
export declare function IsWellFormedUnitIdentifier(unit: string): boolean;
//# sourceMappingURL=IsWellFormedUnitIdentifier.d.ts.map