Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/entries/npm.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/src/entries/npm.ts";

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

Parameters

optional
formats: FormatsArg<F>

Returns

Record<string, FormatArg<F>>