Icard/angular-clarity-master(work.../node_modules/tslint/lib/rules/unnecessaryElseRule.d.ts

8 lines
278 B
TypeScript
Raw Permalink Normal View History

2024-07-16 15:23:22 +00: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(name: string): string;
apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
}