UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 291 B
import type { TSESTree } from '@typescript-eslint/utils'; import type { ParserServicesWithTypeInformation } from '@typescript-eslint/typescript-estree'; export declare function getTypeFromTreeNode(node: TSESTree.Node, services: ParserServicesWithTypeInformation): import("typescript").Type;