UNPKG

@buka/nestjs-config

Version:
16 lines (15 loc) 619 B
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RESET_COLOR = exports.MODULE_LOADED_CONFIG_TOKEN = void 0; exports.MODULE_LOADED_CONFIG_TOKEN = Symbol('MODULE_LOADED_CONFIG_TOKEN'); exports.RESET_COLOR = '\x1b[0m'; });