mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06: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',
|
||||
'allPass': 'overEvery',
|
||||
'apply': 'spread',
|
||||
'assoc': 'set',
|
||||
'compose': 'flowRight',
|
||||
'contains': 'includes',
|
||||
'dissoc': 'omit',
|
||||
|
||||
Reference in New Issue
Block a user