mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Add replace to fp map.
This commit is contained in:
@@ -92,7 +92,7 @@ module.exports = {
|
|||||||
3: (
|
3: (
|
||||||
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +
|
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +
|
||||||
'isEqualWith,isMatchWith,mergeWith,omitBy,pickBy,pullAllBy,reduce,' +
|
'isEqualWith,isMatchWith,mergeWith,omitBy,pickBy,pullAllBy,reduce,' +
|
||||||
'reduceRight,set,slice,transform,unionBy,xorBy,zipWith').split(','),
|
'reduceRight,replace,set,slice,transform,unionBy,xorBy,zipWith').split(','),
|
||||||
4:
|
4:
|
||||||
['fill', 'setWith']
|
['fill', 'setWith']
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user