UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 240 B
import ts from 'typescript'; import type { ParserServicesWithTypeInformation } from '@typescript-eslint/utils'; export declare function getFullyQualifiedNameTS(services: ParserServicesWithTypeInformation, rootNode: ts.Node): string | null;