UNPKG

browser-id

Version:

Unique ID for current browser (client).

6 lines (5 loc) 242 B
declare export function browserId(): string; declare export function getBrowserId(): string; declare export function hasBrowserId(): boolean; declare export function deleteBrowserId(): void; declare export function rotateBrowserId(): string;