UNPKG

@epilogo/stringifyr

Version:
6 lines (5 loc) 143 B
export interface IStorage { getItem(key: string): string | undefined | null; setItem(key: string, value: string): void; clear(): void; }