UNPKG

@broadcaster/core

Version:

Cross window serverless messaging system based on BroadcastChannel API. Allows to send messages and keep track about instances between browsing contexts (tabs, windows, workers, etc..)

7 lines (6 loc) 101 B
/** * Generates pseudo-random IDs * * @returns */ export declare const generateId: () => string;