Skip to main content
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
type alias FormatsArg
Re-export
import { type FormatsArg } from "https://deno.land/x/earthstar@v10.0.2/src/entries/npm.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