UNPKG

browser-id

Version:

Unique ID for current browser (client).

7 lines (6 loc) 263 B
/** * A function that returns a consistent unique identifier for the browser (or the Node/Deno environment). * The same browser will always return the same identifier. * @returns {string} The unique identifier. */ export declare function browserId(): string;