UNPKG

@creditkarma/dynamic-config

Version:

Dynamic Config for Node.js backed by Consul and Vault

10 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debugTranslator = void 0; exports.debugTranslator = { translate(configValue) { console.log(`Running translator for: `, configValue); return configValue; }, }; //# sourceMappingURL=debug.js.map