UNPKG

@nestjs/config

Version:

Nest - modern, fast, powerful node.js web framework (@config)

5 lines (4 loc) 171 B
/** * @publicApi */ export declare function mergeConfigObject(host: Record<string, any>, partial: Record<string, any>, token?: string): Record<string, any> | undefined;