UNPKG

355 BTypeScriptView Raw
1import * as Lint from 'tslint';
2import * as ts from 'typescript';
3export declare class Rule extends Lint.Rules.AbstractRule {
4 static readonly metadata: Lint.IRuleMetadata;
5 static readonly FAILURE_STRING = "In the class \"%s\", the output property \"%s\" should not be prefixed with on";
6 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
7}