UNPKG

walletlink-e

Version:
10 lines (9 loc) 260 B
export declare class ScopedLocalStorage { private scope; constructor(scope: string); setItem(key: string, value: string): void; getItem(key: string): string | null; removeItem(key: string): void; clear(): void; private scopedKey; }