UNPKG

rxjs-tslint-rules

Version:
10 lines (9 loc) 516 B
export declare const compat: boolean; export declare const dir: string; export declare const version: string; export declare const v5: boolean; export declare const v5NotSupportedMessage = "This rule is v6-only. The rule might work with v5, but it has not been tested and is not supported."; export declare const v6: boolean; export declare const v6NotNeededMessage = "Rule not needed for v6."; export declare const v6OnlyMessage = "This rule is v6-only."; export declare function warn(dir?: string): void;