Spaces:
Runtime error
Runtime error
File size: 541 Bytes
b5ea024 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
/**
* https://tc39.es/ecma402/#table-sanctioned-simple-unit-identifiers
*/
export declare const SANCTIONED_UNITS: string[];
export declare function removeUnitNamespace(unit: string): string;
/**
* https://tc39.es/ecma402/#table-sanctioned-simple-unit-identifiers
*/
export declare const SIMPLE_UNITS: string[];
/**
* https://tc39.es/ecma402/#sec-issanctionedsimpleunitidentifier
*/
export declare function IsSanctionedSimpleUnitIdentifier(unitIdentifier: string): boolean;
//# sourceMappingURL=IsSanctionedSimpleUnitIdentifier.d.ts.map |