import { MultiformatReplica } from "https://deno.land/x/earthstar@v10.0.1/mod.ts";
Adds a new document to the replica. If a document signed by the same identity exists at the same path, it will be overwritten.
Type Parameters
optional
F = DefaultFormatParameters
keypair: AuthorKeypair
docToSet: Omit<FormatInputType<F>, "format">
Returns
Promise<IngestEvent<FormatDocType<F>>>