import { type FormatDocType } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.ts";
Extracts a IFormat's document type, e.g. DocEs5
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