Add identical fp alias.

This commit is contained in:
John-David Dalton
2016-03-20 11:13:06 -07:00
parent 7d8531d6ed
commit b7a6560d90

View File

@@ -20,6 +20,7 @@ exports.aliasToReal = {
'extend': 'assignIn',
'extendWith': 'assignInWith',
'first': 'head',
'identical': 'eq',
'init': 'initial',
'mapObj': 'mapValues',
'omitAll': 'omit',