@message-queue-toolkit/core
Version:
Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently
13 lines • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.reloadConfig = reloadConfig;
exports.isProduction = isProduction;
const node_core_1 = require("@lokalise/node-core");
const configScope = new node_core_1.ConfigScope();
function reloadConfig() {
configScope.updateEnv();
}
function isProduction() {
return configScope.isProduction();
}
//# sourceMappingURL=envUtils.js.map