Merge objects & other types recursively. A simple & small integration.
-
Updated
Jan 21, 2026 - TypeScript
Merge objects & other types recursively. A simple & small integration.
A deeply copy the values of all enumerable own properties and symbol properties from one or more source objects to a target object. It will return the target object. Written in TypeScript
Something like lodash.merge() (a recursive version of Object.assign()) that specially designed for roudex
A module that merges the passed in objects recursively while concatenating internal arrays. The procedure is completely functional, so it does not mutate any argument.
To associate your repository with the deep-assign topic, visit your repo's landing page and select "manage topics."