UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 223 B
import type estree from 'estree'; import type { SortMatcherContext } from './helpers.js'; export declare function isSortUsedForNormalizationComparison(call: estree.CallExpression, ruleContext: SortMatcherContext): boolean;