UNPKG

kromemo

Version:

Browser event capture SDK for Kromemo: batching, retries, dedupe, TypeScript-first.

12 lines 355 B
export declare class DeviceManager { private static DEVICE_ID_KEY; /** * Gets the device ID from localStorage or creates one if it doesn't exist. */ static getDeviceId(): string; /** * Generates a unique ID for the device. */ private static generateDeviceId; } //# sourceMappingURL=DeviceManager.d.ts.map