wallet-core/node_modules/tslint/lib/ruleLoader.d.ts

4 lines
315 B
TypeScript
Raw Normal View History

2017-05-28 00:38:50 +02:00
import { IOptions, IRule, RuleConstructor } from "./language/rule/rule";
export declare function loadRules(ruleOptionsList: IOptions[], rulesDirectories?: string | string[], isJs?: boolean): IRule[];
export declare function findRule(name: string, rulesDirectories?: string | string[]): RuleConstructor | undefined;