UNPKG

eslint-plugin-sonarjs

Version:
5 lines (4 loc) 340 B
import ts from 'typescript'; import type { ParserServicesWithTypeInformation } from '@typescript-eslint/utils'; export declare function getFullyQualifiedNameTS(services: ParserServicesWithTypeInformation, rootNode: ts.Node): string | null; export declare function importsModuleTS(sourceFile: ts.SourceFile, moduleNames: string[]): boolean;