UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

15 lines 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfoService = void 0; const yok_1 = require("../common/yok"); class InfoService { constructor($versionsService) { this.$versionsService = $versionsService; } printComponentsInfo() { return this.$versionsService.printVersionsInformation(); } } exports.InfoService = InfoService; yok_1.injector.register("infoService", InfoService); //# sourceMappingURL=info-service.js.map