Current File : //proc/self/root/usr/share/nodejs/@types/codemirror/types-codemirror/addon/lint/html-lint.d.ts
import { Linter } from './lint';

declare module '../../' {
    namespace lint {
        const html: Linter<any>;
    }
}