UNPKG

@fimbul/valtyr

Version:

Wotan plugin to behave almost like TSLint

8 lines (7 loc) 340 B
import { FormatterLoaderHost, FormatterConstructor } from '@fimbul/wotan'; export declare class TslintFormatterLoaderHost implements FormatterLoaderHost { loadCoreFormatter: typeof loadFormatter; loadCustomFormatter: typeof loadFormatter; } declare function loadFormatter(name: string): FormatterConstructor | undefined; export {};