UNPKG

read-config-ng

Version:
10 lines 400 B
import { ConfigObject, ConfigValue } from '../types.js'; interface ResolveOptions { skipUnresolved?: boolean; } /** * Replace variables in configuration with resolved values */ export declare function replaceVariables(marker: string, config: ConfigValue, values: ConfigObject, opts?: ResolveOptions): ConfigValue; export default replaceVariables; //# sourceMappingURL=replace-variables.d.ts.map