mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Update fp property alias mapping. [closes #1755]
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = {
|
|||||||
'overArgs': ['useWith'],
|
'overArgs': ['useWith'],
|
||||||
'omit': ['dissoc', 'omitAll'],
|
'omit': ['dissoc', 'omitAll'],
|
||||||
'pick': ['pickAll'],
|
'pick': ['pickAll'],
|
||||||
'property': ['prop'],
|
'property': ['get'],
|
||||||
'propertyOf': ['propOf'],
|
'propertyOf': ['propOf'],
|
||||||
'rest': ['unapply'],
|
'rest': ['unapply'],
|
||||||
'some': ['all'],
|
'some': ['all'],
|
||||||
|
|||||||
Reference in New Issue
Block a user