wallet-core/node_modules/tslint/lib/formatterLoader.d.ts
2017-05-28 00:40:43 +02:00

3 lines
188 B
TypeScript

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