UNPKG

@webgpt/sdk

Version:

WebGPT SDK is a TypeScript / JavaScript library for interacting with the WebGPT API.

9 lines (8 loc) 207 B
/** * Generates random UUID v4 * * Warning: This function is cryptographically secure (it uses uuid library internally) * * @returns uuid branded type */ export declare function $randomUuid(): string;