Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/mod.ts>FormatInputType

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

Extracts a IFormat's input type, used to generate a new document.

Type Parameters

FormatterType
definition: FormatterType extends IFormat<infer _FormatType, infer DocInputType, infer _DocType> ? DocInputType : never