Files
pole-book/server/node_modules/@formatjs/ecma402-abstract/lib/IsWellFormedUnitIdentifier.d.ts

6 lines
157 B
TypeScript

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