MCPcopy
hub / github.com/nanostores/nanostores / PreinitializedMapStore

Interface PreinitializedMapStore

map/index.d.ts:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138export 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected