UNPKG

tslint-folders

Version:

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

6 lines (5 loc) 191 B
export declare type TestBreakpointRuleConfig = { debugTokens: string[]; includePaths: string[]; }; export declare function getDefaultBreakpointRuleConfig(): TestBreakpointRuleConfig;