(fillObj?: StoredData)
| 20 | each(callback: EachFn): StoreBase; |
| 21 | get(key: any, alt?: any|Reviver): any; |
| 22 | getAll(fillObj?: StoredData): StoredData; |
| 23 | has(key: any): boolean; |
| 24 | isFake(force?: boolean): boolean; |
| 25 | keys(fillList?: string[]): string[]; |
no outgoing calls
no test coverage detected