UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 314 B
import type { ParserServices } from '@typescript-eslint/utils'; import type { ParserServicesWithTypeInformation } from '@typescript-eslint/typescript-estree'; export declare function isParserServicesWithTypeInformation(services: Partial<ParserServices> | undefined): services is ParserServicesWithTypeInformation;