UNPKG

eslint-plugin-sonarjs

Version:
8 lines (7 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isParserServicesWithTypeInformation = void 0; function isParserServicesWithTypeInformation(services) { return !!services?.program; } exports.isParserServicesWithTypeInformation = isParserServicesWithTypeInformation;