Fork of updeep using Remeda
 
 
Go to file
Aaron Jensen 454dd69b53 Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
lib Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
test Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.babelrc Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.editorconfig Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
.eslintrc Initial commit w/ yo node 2015-07-31 08:53: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 Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
gulpfile.js Initial commit w/ yo node 2015-07-31 08:53:25 -07:00
package.json Initial commit w/ yo node 2015-07-31 08:53:25 -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