UNPKG

@builder.io/sdk

Version:
9 lines (8 loc) 191 B
/** * @credit https://stackoverflow.com/a/2117523 */ export declare function uuidv4(): string; /** * Slightly cleaner and smaller UUIDs */ export declare function uuid(): string;