UNPKG

340 BTypeScriptView Raw
1import { FormatterLoaderHost, FormatterConstructor } from '@fimbul/wotan';
2export declare class TslintFormatterLoaderHost implements FormatterLoaderHost {
3 loadCoreFormatter: typeof loadFormatter;
4 loadCustomFormatter: typeof loadFormatter;
5}
6declare function loadFormatter(name: string): FormatterConstructor | undefined;
7export {};