Merge objects & other types recursively. A simple & small integration.
-
Updated
Jun 5, 2024 - 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.
Add a description, image, and links to the deep-assign topic page so that developers can more easily learn about it.
To associate your repository with the deep-assign topic, visit your repo's landing page and select "manage topics."