3 lines
188 B
TypeScript
3 lines
188 B
TypeScript
import { FormatterConstructor } from "./index";
|
|
export declare function findFormatter(name: string | FormatterConstructor, formattersDirectory?: string): FormatterConstructor | undefined;
|