import { getFormatIntersection } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.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>