UNPKG

@dash0/sdk-web

Version:

Dash0's Web SDK to collect telemetry from end-users' web browsers

5 lines (4 loc) 228 B
export declare const isSupported: boolean; export declare function getItem(k: string): string | null | undefined; export declare function setItem(k: string, v: string): void; export declare function removeItem(k: string): void;