updeep-remeda/lib
Aaron Jensen 5b58b8cfc8 Fix handling null differently than undefined.
`u` and friends will now coerce null to an object if there are updates for it.

Fixes #20
2015-08-12 22:04:31 -07:00
..
util Add u._ 2015-08-12 08:35:10 -07:00
freeze.js Rename obj to object 2015-08-05 00:31:10 -07:00
if.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
ifElse.js Add u.ifElse 2015-08-05 23:10:16 -07:00
index.js Add u._ 2015-08-12 08:35:10 -07:00
is.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
map.js Use lodash's map, it's faster 2015-08-12 00:23:51 -07:00
omit.js Freeze objects returned by helper methods 2015-08-05 04:44:14 -07:00
reject.js Freeze objects returned by helper methods 2015-08-05 04:44:14 -07:00
update.js Fix handling null differently than undefined. 2015-08-12 22:04:31 -07:00
updateIn.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
withDefault.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00
wrap.js Replace lodash curry with our own 2015-08-11 23:58:54 -07:00