wallet-core/node_modules/tslint/lib/formatterLoader.d.ts

3 lines
188 B
TypeScript
Raw Normal View History

2017-05-28 00:38:50 +02:00
import { FormatterConstructor } from "./index";
export declare function findFormatter(name: string | FormatterConstructor, formattersDirectory?: string): FormatterConstructor | undefined;