aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/noUnnecessaryCallbackWrapperRule.d.ts
blob: 218e9218e5236d62a5a229897dd2efb53e1bce6c (plain)
1
2
3
4
5
6
7
import * as ts from "typescript";
import * as Lint from "../index";
export declare class Rule extends Lint.Rules.AbstractRule {
    static metadata: Lint.IRuleMetadata;
    static FAILURE_STRING(cbText: string): string;
    apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}