UNPKG

@creditkarma/dynamic-config

Version:

Dynamic Config for Node.js backed by Consul and Vault

6 lines (5 loc) 181 B
/** * Plugin that replaces consul! urls with consul config placeholders */ import { IConfigTranslator } from '../types'; export declare const consulTranslator: IConfigTranslator;