deep-assign

There are 4 repositories under deep-assign topic.

  • mesqueeb/merge-anything

    Merge objects & other types recursively. A simple & small integration.

    Language:TypeScript36912212
  • lihroff/deeplyAssign

    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

    Language:TypeScript32103
  • Rahazad/graph-reducer.js

    Something like lodash.merge() (a recursive version of Object.assign()) that specially designed for roudex

    Language:JavaScript1200
  • alexandru-dodon/merge-concat

    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.

    Language:JavaScript0100