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

12 lines
440 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 BRACE_FAILURE_STRING: string;
static CATCH_FAILURE_STRING: string;
static ELSE_FAILURE_STRING: string;
static FINALLY_FAILURE_STRING: string;
static WHITESPACE_FAILURE_STRING: string;
apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}