mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Add assocPath and dissocPath fp aliases.
This commit is contained in:
@@ -4,9 +4,11 @@ exports.aliasToReal = {
|
|||||||
'allPass': 'overEvery',
|
'allPass': 'overEvery',
|
||||||
'apply': 'spread',
|
'apply': 'spread',
|
||||||
'assoc': 'set',
|
'assoc': 'set',
|
||||||
|
'assocPath': 'set',
|
||||||
'compose': 'flowRight',
|
'compose': 'flowRight',
|
||||||
'contains': 'includes',
|
'contains': 'includes',
|
||||||
'dissoc': 'omit',
|
'dissoc': 'unset',
|
||||||
|
'dissocPath': 'unset',
|
||||||
'each': 'forEach',
|
'each': 'forEach',
|
||||||
'eachRight': 'forEachRight',
|
'eachRight': 'forEachRight',
|
||||||
'equals': 'isEqual',
|
'equals': 'isEqual',
|
||||||
|
|||||||
Reference in New Issue
Block a user