UNPKG

128 BTypeScriptView Raw
1import { Linter } from './lint';
2
3declare module '../../' {
4 namespace lint {
5 const javascript: Linter<any>;
6 }
7}