UNPKG

tslint-folders

Version:

Custom TSLint rules for checking imports between packages and their folders, and generating relevant diagrams.

5 lines (4 loc) 192 B
export declare namespace GeneralRuleUtils { function buildFailureString(message: string, ruleId: string): string; function isFileInPaths(filePath: string, paths: string[]): boolean; }