| 136 | } |
| 137 | |
| 138 | export interface PreinitializedMapStore< |
| 139 | Value extends object = any |
| 140 | > extends MapStore<Value> { |
| 141 | readonly value: Value |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Create map store. Map store is a store with key-value object |
nothing calls this directly
no outgoing calls
no test coverage detected