storage.d.ts 139 B

12
  1. import { StorageCommandList } from '../interfaces';
  2. export declare function storageFactory(type: 'session' | 'local'): StorageCommandList;