UNPKG

tslint-clean-code

Version:
8 lines (7 loc) 236 B
import * as ts from 'typescript'; import * as Lint from 'tslint'; export declare class ErrorTolerantWalker extends Lint.RuleWalker { static DEBUG: boolean; protected visitNode(node: ts.Node): void; private getClassName(); }