wallet-core/node_modules/tslint/lib/rules/noMisusedNewRule.d.ts

9 lines
315 B
TypeScript
Raw Normal View History

2017-05-28 00:38:50 +02:00
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_INTERFACE: string;
static FAILURE_STRING_CLASS: string;
apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}