_initStorage.d.ts 149 B

12
  1. import { LocalForageOptions } from 'localforage-driver-commons';
  2. export declare function _initStorage(this: any, options?: LocalForageOptions): any;