UNPKG

188 BTypeScriptView Raw
1import { FormatterConstructor } from "./index";
2export declare function findFormatter(name: string | FormatterConstructor, formattersDirectory?: string): FormatterConstructor | undefined;