UNPKG

@rocket/cli

Version:
9 lines 347 B
/** * Performs a deep merge of objects and returns new object. Does not modify * objects (immutable) and merges arrays via concatenation. * * @param {...object} objects - Objects to merge * @returns {object} New object with merged key/values */ export function mergeDeep(...objects: object[]): object; //# sourceMappingURL=mergeDeep.d.ts.map