UNPKG

react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

5 lines 196 B
/** * Generates a secure uuid using crypto.randomUUID (or fallback to crypto.getRandomValues). */ export declare const generateSecureUUID: () => string; //# sourceMappingURL=idGenerator.d.ts.map