(id: string, area: Storage)
| 31 | size(): number; |
| 32 | transact(key: any, fn: TransactFn, alt?: any|Reviver): StoreBase; |
| 33 | area(id: string, area: Storage): StoreBase |
| 34 | } |
| 35 | |
| 36 | export type StoreBase = StoreAPI & Base; |
no outgoing calls
no test coverage detected