Skip to main content
Module

x/hex/mod.ts>formatters.Registry

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface formatters.Registry
import { type formatters } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { Registry } = formatters;

Properties

items: Iterable<Formatter>

Methods

findByName(name: string): Formatter | undefined