formatterLoader.d.ts 188 B

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