UNPKG

tslint-folders

Version:

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

6 lines (5 loc) 201 B
export declare namespace DirUtils { function splitPath(filePath: string): string[]; function cleanPath(filePath: string): string; function convertWindowsToUnix(filePath: string): string; }