mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Add invertObj and juxt fp aliases.
This commit is contained in:
@@ -26,6 +26,8 @@ exports.aliasToReal = {
|
|||||||
'equals': 'isEqual',
|
'equals': 'isEqual',
|
||||||
'identical': 'eq',
|
'identical': 'eq',
|
||||||
'init': 'initial',
|
'init': 'initial',
|
||||||
|
'invertObj': 'invert',
|
||||||
|
'juxt': 'over',
|
||||||
'mapObj': 'mapValues',
|
'mapObj': 'mapValues',
|
||||||
'omitAll': 'omit',
|
'omitAll': 'omit',
|
||||||
'nAry': 'ary',
|
'nAry': 'ary',
|
||||||
|
|||||||
Reference in New Issue
Block a user