UNPKG

askexperts

Version:

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

9 lines (8 loc) 189 B
/** * Browser implementation of UUID generation */ /** * Generate a UUID v4 compatible with browsers * @returns A random UUID string */ export declare function generateUUID(): string;