variable formatters.findByNameimport { formatters } from "https://deno.land/x/hex@0.5.15/src/mod.ts"; const { findByName } = formatters; type(formatters: Iterable<Formatter>, name: string) => Formatter | undefined