import { type SyncerOpts } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.ts";
Options to initialise a Syncer with.
Properties
manager: SyncerManager
The manager this syncer will be managed by.
partner: ISyncPartner<I>
Determines how sync messages will be sent and received
optional
formats: FormatsArg<F>An optional array of formats to sync. Defaults to just es.5
.