gradio_app / app /frontend /node_modules /@formatjs /ecma402-abstract /IsSanctionedSimpleUnitIdentifier.d.ts
mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
541 Bytes
/**
* 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