UNPKG

@fimbul/wotan

Version:

Pluggable TypeScript and JavaScript linter

8 lines (7 loc) 306 B
import { FormatterLoaderHost, FormatterConstructor, DirectoryService } from '@fimbul/ymir'; export declare class FormatterLoader { private host; private directories; constructor(host: FormatterLoaderHost, directories: DirectoryService); loadFormatter(name: string): FormatterConstructor; }