formatterLoader.d.ts 188B

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