mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Update fp property and get aliases.
This commit is contained in:
committed by
John-David Dalton
parent
68e0c78602
commit
bae497ec5a
@@ -11,7 +11,7 @@ module.exports = {
|
|||||||
'flowRight': ['compose'],
|
'flowRight': ['compose'],
|
||||||
'forEach': ['each'],
|
'forEach': ['each'],
|
||||||
'forEachRight': ['eachRight'],
|
'forEachRight': ['eachRight'],
|
||||||
'get': ['path'],
|
'get': ['path', 'prop'],
|
||||||
'getOr': ['pathOr'],
|
'getOr': ['pathOr'],
|
||||||
'head': ['first'],
|
'head': ['first'],
|
||||||
'includes': ['contains'],
|
'includes': ['contains'],
|
||||||
@@ -24,7 +24,6 @@ module.exports = {
|
|||||||
'overEvery': ['allPass'],
|
'overEvery': ['allPass'],
|
||||||
'overSome': ['somePass'],
|
'overSome': ['somePass'],
|
||||||
'pick': ['pickAll'],
|
'pick': ['pickAll'],
|
||||||
'property': ['get'],
|
|
||||||
'propertyOf': ['propOf'],
|
'propertyOf': ['propOf'],
|
||||||
'rest': ['unapply'],
|
'rest': ['unapply'],
|
||||||
'some': ['all'],
|
'some': ['all'],
|
||||||
|
|||||||
Reference in New Issue
Block a user