UNPKG

@builder.io/sdk-vue

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