UNPKG

overcentric

Version:

A lightweight, privacy-focused toolkit for modern SaaS web applications

4 lines (3 loc) 165 B
export declare function generateUuid(): string; export declare function storeDeviceId(deviceId: string): void; export declare function getDeviceId(): string | null;