Add invertObj and juxt fp aliases.

This commit is contained in:
John-David Dalton
2016-03-20 11:23:12 -07:00
parent dfb7a4c078
commit 51833b91d0

View File

@@ -26,6 +26,8 @@ exports.aliasToReal = {
'equals': 'isEqual',
'identical': 'eq',
'init': 'initial',
'invertObj': 'invert',
'juxt': 'over',
'mapObj': 'mapValues',
'omitAll': 'omit',
'nAry': 'ary',