Fork of updeep using Remeda
 
 
Go to file
Aaron Jensen 0e48adc468 Use lodash assign instead 2015-08-01 09:09:52 -07:00
lib Use lodash assign instead 2015-08-01 09:09:52 -07:00
test Use lodash assign instead 2015-08-01 09:09:52 -07:00
.babelrc Enable loose mode 2015-08-01 09:09:21 -07:00
.editorconfig Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.eslintrc Convert to es6 modules 2015-08-01 08:13:25 -07:00
.gitattributes Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.gitignore Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.travis.yml Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
LICENSE.txt Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
README.md Fix slashes 2015-07-31 09:01:16 -07:00
gulpfile.js Remove coverage stuff 2015-08-01 08:43:21 -07:00
package.json Fix main 2015-08-01 09:09:34 -07:00

README.md

updeep NPM version Build Status Dependency Status Coverage percentage

[WIP: do not use] Easily update immutable objects (frozen or not) in a declarative way.

Install

$ npm install --save updeep

Usage

var updeep = require('updeep');

updeep('Rainbow');

License

MIT © Aaron Jensen