wallet-core/node_modules/tslint/lib/ruleLoader.d.ts
2017-05-28 00:40:43 +02:00

4 lines
315 B
TypeScript

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;