@theia/core
Version:
Theia is a cloud & desktop IDE framework implemented in TypeScript.
9 lines • 340 B
TypeScript
export declare function isUUID(value: string): boolean;
export declare function generateUuid(): string;
/**
* This function will hash the given value using SHA1. The result will be a uuid.
* @param value the string to hash
* @returns a uuid
*/
export declare function hashValue(value: string): string;
//# sourceMappingURL=uuid.d.ts.map