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

x/earthstar/src/formats/format_types.ts>FormatArg

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

Verifies a given type is of type IFormat

definition: Init extends IFormat<infer _N, infer _I, infer _O, infer _C> ? Init : never