import { getFormatIntersection } from "https://deno.land/x/earthstar@v10.0.0-alpha.3/src/formats/util.ts";
Given an array of format names, and an array of IFormat
, returns an array of IFormat
restricted to those with matching names.
Parameters
formats: FormatsArg<F>