UNPKG

@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

9 lines 264 B
import { ConfigScope } from '@lokalise/node-core'; const configScope = new ConfigScope(); export function reloadConfig() { configScope.updateEnv(); } export function isProduction() { return configScope.isProduction(); } //# sourceMappingURL=envUtils.js.map