UNPKG

askexperts

Version:

AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol

6 lines (5 loc) 111 B
/** * Generate a UUID v4 * @returns A random UUID string */ export declare function generateUUID(): string;