mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 07:17:50 +00:00
Update fp/util module paths.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module.exports = {
|
||||
'ary': require('lodash/function/ary'),
|
||||
'cloneDeep': require('lodash/lang/cloneDeep'),
|
||||
'curry': require('lodash/function/curry'),
|
||||
'ary': require('lodash/ary'),
|
||||
'cloneDeep': require('lodash/cloneDeep'),
|
||||
'curry': require('lodash/curry'),
|
||||
'forEach': require('lodash/internal/arrayEach'),
|
||||
'isFunction': require('lodash/lang/isFunction'),
|
||||
'iteratee': require('lodash/utility/iteratee'),
|
||||
'isFunction': require('lodash/isFunction'),
|
||||
'iteratee': require('lodash/iteratee'),
|
||||
'keys': require('lodash/internal/baseKeys'),
|
||||
'rearg': require('lodash/function/rearg')
|
||||
'rearg': require('lodash/rearg')
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user