UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 277 B
import type { TSESLint, TSESTree } from '@typescript-eslint/utils'; export declare function isIdentifier(node: TSESTree.Node, ...values: string[]): node is TSESTree.Identifier; export declare function isReferenceTo(ref: TSESLint.Scope.Reference, node: TSESTree.Node): boolean;