safeStorage.d.ts 96 B

123
  1. declare function safeStorage(type?: string): typeof window.localStorage;
  2. export = safeStorage;