UNPKG

@hemjs/gather

Version:

A lightweight library for collecting and merging configuration from multiple sources

2 lines (1 loc) 128 B
export declare function merge(target?: Record<string, any>, ...sources: Array<object | undefined | null>): Record<string, any>;