UNPKG

@strattadb/environment

Version:

Environment variable configuration for Node.js made easy.

15 lines (11 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logDebug = void 0; var _debug = _interopRequireDefault(require("debug")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const namespace = 'environment'; const logDebug = (0, _debug.default)(namespace); exports.logDebug = logDebug; //# sourceMappingURL=debug.js.map