libreccm-legacy/trunk-images/node_modules/tslint/lib/formatterLoader.d.ts

3 lines
153 B
TypeScript

import { FormatterFunction } from "./index";
export declare function findFormatter(name: string | FormatterFunction, formattersDirectory?: string): any;