eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
4 lines (3 loc) • 314 B
TypeScript
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;