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

x/earthstar/mod.ts>getFormatLookup

Storage for private, distributed, offline-first applications.
Go to Latest
function getFormatLookup
Re-export
import { getFormatLookup } from "https://deno.land/x/earthstar@v10.0.1/mod.ts";

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

Parameters

optional
formats: FormatsArg<F>

Returns

Record<string, FormatArg<F>>