UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

5 lines 208 B
/** * Shallow merges previous and next objects into a new object using object spread. */ export declare function mergeObject<T extends object>(prev: T, next: T): T; //# sourceMappingURL=mergeObject.d.ts.map