6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
/**
|
|
* https://tc39.es/ecma402/#sec-iswellformedunitidentifier
|
|
* @param unit
|
|
*/
|
|
export declare function IsWellFormedUnitIdentifier(unit: string): boolean;
|