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