3.0.0 • Published 6 years ago

deep-assign v3.0.0

Weekly downloads
488,289
License
MIT
Repository
github
Last release
6 years ago

deep-assign Build Status

Recursive Object.assign()

Install

$ npm install --save deep-assign

Usage

var deepAssign = require('deep-assign');

deepAssign({a: {b: 0}}, {a: {b: 1, c: 2}}, {a: {c: 3}});
//=> {a: {b: 1, c: 3}}

deepAssign(target, source, source, ...)

Recursively assigns own enumerable properties of source objects to the target object and returns the target object. Additional source objects will overwrite previous ones.

Related

License

MIT © Sindre Sorhus

three-fast@thebespokepixel/shoal-nodekoa2-middleware-slackerflipsheettwirlcardreact-native-web-dcrube-toolsgrommet-ocgrommet-phetagrommet-qrobin@thebespokepixel/xo-tidy@thebespokepixel/cordialsynaptix.jsaframe-sceneaframe-sesh3sesh-aframesesh-aframe-kitsesh-aframe2sesh-aframe4sesh-aframe5scene-aframemb-gl-dir-swffs-proxyreact-native-slider-kfhexo-musix-adminhexo-admin-musix@infinitebrahmanuniverse/nolb-deejumpsuit-cli@sparted/react-native-web@everything-registry/sub-chunk-1459tauitbody-modaltask-toolssysctltentwjm-keen-uiwms-mobile-uiwebpack-www-bundlewormalizeworkonrn-webrn-web-lxrnwcsassy-grommetreactive-stylesreact-zeros-toolrobbyrussellroc-webtemplate-copyseng-configsequelize-admin-panelreact-native-web-experimentalreact-native-web-extendedreact-native-web-iereact-native-web-no-typecheckreact-native-web-single-bundlereact-native-web-with-reacttest-r-componenttest-ray-componentssvg-fallback-loadersxf-toolsthree-zvn-api-modelvk-gotvanessa-mapbox-gl-directionsvasvietmap-gl-directionsreact-native-web-artlessmeteor-devel-settingsmetalpressmetalpress-climerge-localizationsml-aframemodule-exportmocha-chromemocha-chrome-gpulavishlegions-rpc-clilegion-clilocales-bundlerhcphexo-filter-sequencehexo-filter-sequence-fixhexo-filter-sequence-fixedhexo-filter-sequence-fixed-villeyhexo-filter-sequence-nowhexo-filter-sequence-xingchenhexo-filter-flowcharthexo-filter-mermaid-diagramshexo-filter-mermaid-diagrams-vhexo-graphvizhexo-admin2049hexo-admin-forkhexo-admin-lbwyhexo-admin-leafhexo-admin-motherfakerrhexo-admin-oceanhexo-admin-onlinehexo-admin-qiniuhexo-admin-sch
3.0.0

6 years ago

2.0.0

9 years ago

1.0.0

9 years ago