Make fp versions of set and setWith immutable.

This commit is contained in:
John-David Dalton
2015-12-11 01:39:33 -08:00
parent 82a1010f64
commit f132c0024f
4 changed files with 44 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
'ary': require('lodash/function/ary'),
'cloneDeep': require('lodash/lang/cloneDeep'),
'curry': require('lodash/function/curry'),
'forEach': require('lodash/internal/arrayEach'),
'isFunction': require('lodash/lang/isFunction'),