Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.js 274B

12345678910111213141516
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.logLevels = void 0;
  6. const logLevels = {
  7. debug: 20,
  8. error: 50,
  9. fatal: 60,
  10. info: 30,
  11. trace: 10,
  12. warn: 40
  13. };
  14. exports.logLevels = logLevels;
  15. //# sourceMappingURL=constants.js.map