UNPKG

255 BTypeScriptView Raw
1import * as Lint from "tslint";
2import * as ts from "typescript";
3export declare class Rule extends Lint.Rules.AbstractRule {
4 static FAILURE_STRING: string;
5 apply(sourceFile: ts.SourceFile): Lint.RuleFailure[];
6 private getDisallowedFolders;
7}