mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Alias set to assoc in FP.
This commit is contained in:
committed by
John-David Dalton
parent
1f160b31ff
commit
d0d5a3802d
@@ -3,6 +3,7 @@ exports.aliasToReal = {
|
|||||||
'all': 'some',
|
'all': 'some',
|
||||||
'allPass': 'overEvery',
|
'allPass': 'overEvery',
|
||||||
'apply': 'spread',
|
'apply': 'spread',
|
||||||
|
'assoc': 'set',
|
||||||
'compose': 'flowRight',
|
'compose': 'flowRight',
|
||||||
'contains': 'includes',
|
'contains': 'includes',
|
||||||
'dissoc': 'omit',
|
'dissoc': 'omit',
|
||||||
|
|||||||
Reference in New Issue
Block a user