Function createDocumentStoreFromByteStore
- createDocumentStoreFromByteStore(store): EncoderBackedStore<string, Document<Record<string, any>>, Uint8Array>
Parameters
store: BaseStore<string, Uint8Array>
Returns EncoderBackedStore<string, Document<Record<string, any>>, Uint8Array>