6 lines
213 B
Plaintext
Executable File
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 |