Skip to main content
Module

x/earthstar_replica_server/deps.ts>Earthstar.FormatConfigType

An always-online Earthstar peer for your shares.
Latest
type alias Earthstar.FormatConfigType
Re-export
import { type Earthstar } from "https://deno.land/x/earthstar_replica_server@4.0.0-beta.1/deps.ts";
const { FormatConfigType } = Earthstar;

Extracts a IFormat's config type

Type Parameters

FormatterType
definition: FormatterType extends IFormat<infer _FormatType, infer _DocInputType, infer _DocType, infer ConfigType> ? ConfigType : FormatterType extends IFormat<infer _FormatType, infer _DocInputType, infer _DocType, infer ConfigType>[] ? ConfigType : never