LocalStorageSyncletOptions
The LocalStorageSyncletOptions type describes the configuration options for creating a complete Synclet with localStorage-backed data and meta connectors.
LocalStorageDataConnectorOptions<Depth> & LocalStorageMetaConnectorOptions<Depth> & {
transport?: Transport | Transport[];
implementations?: SyncletImplementations<Depth>;
} & SyncletOptionsThis type combines the options for both DataConnector and MetaConnector, along with optional transport, implementations, and other synclet configuration.
Since
v0.0.0