UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 162 B
import { Rule, Scope } from 'eslint'; export declare const rule: Rule.RuleModule; export declare function isParameterProperty(variable: Scope.Variable): boolean;