UNPKG

@builder.io/sdk

Version:

This SDK is largely a wrapper over our [Content API](https://www.builder.io/c/docs/content-api)

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;