aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/formatterLoader.d.ts
blob: b596ed3f8007a02a1473c979e5fbfd52c7281a97 (plain)
1
2
import { FormatterConstructor } from "./index";
export declare function findFormatter(name: string | FormatterConstructor, formattersDirectory?: string): FormatterConstructor | undefined;