"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isParserServicesWithTypeInformation = void 0;
function isParserServicesWithTypeInformation(services) {
return !!services?.program;
}
exports.isParserServicesWithTypeInformation = isParserServicesWithTypeInformation;