UNPKG

tslint-ban-snippets

Version:

A custom tslint rule to ban configurable lists of code snippets.

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