UNPKG

@withjoy/sdk-js

Version:
7 lines (6 loc) 216 B
import { IStorage } from './index'; export declare class LocalStorage implements IStorage { getItem(key: string): string; setItem(key: string, value: string): void; removeItem(key: string): void; }