Skip to main content
Module

x/earthstar/mod.browser.ts>FormatsArg

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

Verifies a given type is an array of IFormat

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