Skip to main content
Module

x/earthstar/mod.ts>getFormatLookup

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

Returns an object with format names as keys, and corresponding IFormat as values.

Type Parameters

optional
F = DefaultFormats

Parameters

optional
formats: FormatsArg<F>

Returns

Record<string, FormatArg<F>>