Add matches to aliasToReal fp mapping.

This commit is contained in:
John-David Dalton
2016-06-01 07:33:57 -07:00
parent 3983d4f473
commit 68e98397ab

View File

@@ -11,6 +11,9 @@ exports.aliasToReal = {
'extendWith': 'assignInWith',
'first': 'head',
// Methods that are curried variants of others.
'matches': 'isMatch',
// Ramda aliases.
'__': 'placeholder',
'F': 'stubFalse',