storage.d.ts 139 Bytes
Newer Older
jatuporn Tonggasem's avatar
jatuporn Tonggasem committed
1 2
import { StorageCommandList } from '../interfaces';
export declare function storageFactory(type: 'session' | 'local'): StorageCommandList;