UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines (7 loc) 225 B
/** * Generates a random session ID up to 53 bits in size, skips first 0xFFFF * values, keeping them reserved for future extensions. * * @returns Random session ID. */ export declare const randomSessionId: () => number;