UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 180 B
import type estree from 'estree'; import type { Rule } from 'eslint'; export declare function getFlags(callExpr: estree.CallExpression, context?: Rule.RuleContext): string | null;