UNPKG

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