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