UNPKG

@developer.notchatbot/webchat

Version:

A beautiful React chatbot widget with single-file bundle

6 lines (5 loc) 204 B
/** * Generates a unique session identifier without making network requests * @returns Promise that resolves to a unique session identifier */ export declare const getSessionId: () => Promise<string>;