createDocumentStoreFromByteStore(
store: BaseStore<string, Uint8Array<ArrayBufferLike>>
): EncoderBackedStore<string, Document<Record<string, any>>, Uint8Array<ArrayBufferLike>>| Name | Type | Description |
|---|---|---|
store* | BaseStore<string, Uint8Array<ArrayBufferLike>> |