UNPKG

ethereum-lite-explorer

Version:

Ethereum Lite Explorer

6 lines (5 loc) 153 B
export interface IStorage { getItem(key: string): string | null; setItem(key: string, value: string): void; removeItem(key: string): void; }