aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/rules/preferObjectSpreadRule.d.ts
blob: 34aff8cc4bdf8e0792664c0acd85325d0b7c8ec7 (plain)
1
2
3
4
5
6
7
8
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: string;
    static ASSIGNMENT_FAILURE_STRING: string;
    apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}