Skip to main content
Module

x/earthstar/src/entries/npm.ts>FormatDocType

Storage for private, distributed, offline-first applications.
Go to Latest
type alias FormatDocType
Re-export
import { type FormatDocType } from "https://deno.land/x/earthstar@v10.0.2/src/entries/npm.ts";

Extracts a IFormat's document type, e.g. DocEs5

Type Parameters

FormatterType
definition: FormatterType extends IFormat<infer _FormatType, infer _DocInputType, infer DocType, infer _ConfigType> ? DocType : FormatterType extends IFormat<infer _FormatType, infer _DocInputType, infer DocType, infer _ConfigType>[] ? DocType : never