UNPKG

askexperts

Version:

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

10 lines (9 loc) 203 B
/** * Cross-platform UUID generation * Works in both Node.js and browser environments */ /** * Generate a UUID v4 * @returns A random UUID string */ export declare function generateUUID(): string;