UNPKG

mobile-cli-lib

Version:
12 lines (11 loc) 267 B
"use strict"; var LoggingLevels = (function () { function LoggingLevels() { this.info = "INFO"; this.full = "FULL"; } return LoggingLevels; }()); exports.LoggingLevels = LoggingLevels; ; $injector.register("loggingLevels", LoggingLevels);