UNPKG

@datadayrepos/js-id-web

Version:

Utils for generating identifiers in javascript browser environment. Using web crypto engine for random number generation.

6 lines (5 loc) 167 B
export declare function UUIDPolyfill(): { error: null; result: string; }; export declare function UUID(): `${string}-${string}-${string}-${string}-${string}`;