()
| 17 | export interface StoreAPI { |
| 18 | clear(): StoreBase; |
| 19 | clearAll(): StoreBase; |
| 20 | each(callback: EachFn): StoreBase; |
| 21 | get(key: any, alt?: any|Reviver): any; |
| 22 | getAll(fillObj?: StoredData): StoredData; |
no outgoing calls
no test coverage detected