Skip to main content
Module

x/earthstar_replica_server/deps.ts>Earthstar.getFormatIntersection

An always-online Earthstar peer for your shares.
Latest
function Earthstar.getFormatIntersection
Re-export
import { Earthstar } from "https://deno.land/x/earthstar_replica_server@4.0.0-beta.1/deps.ts";
const { getFormatIntersection } = Earthstar;

Given an array of format names, and an array of IFormat, returns an array of IFormat restricted to those with matching names.

Parameters

formatNames: string[]
formats: FormatsArg<F>