Skip to main content
Module

x/earthstar/mod.browser.ts>DocWithFormat

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
type alias DocWithFormat
import { type DocWithFormat } from "https://deno.land/x/earthstar@v10.0.0-beta.5/mod.browser.ts";

Type Parameters

FormatType extends string
DocType extends DocBase<string>
definition: Extract<DocType, { format: FormatType; }>