UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

13 lines 386 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LoggingLevels = void 0; const yok_1 = require("../yok"); class LoggingLevels { constructor() { this.info = "INFO"; this.full = "FULL"; } } exports.LoggingLevels = LoggingLevels; yok_1.injector.register("loggingLevels", LoggingLevels); //# sourceMappingURL=logging-levels.js.map