UNPKG

340 BTypeScriptView Raw
1export declare function isUUID(value: string): boolean;
2export declare function generateUuid(): string;
3/**
4 * This function will hash the given value using SHA1. The result will be a uuid.
5 * @param value the string to hash
6 * @returns a uuid
7 */
8export declare function hashValue(value: string): string;
9//# sourceMappingURL=uuid.d.ts.map
\No newline at end of file