diff --git a/fp/_mapping.js b/fp/_mapping.js index 98903d17a..0812a504a 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -11,6 +11,9 @@ exports.aliasToReal = { 'extendWith': 'assignInWith', 'first': 'head', + // Methods that are curried variants of others. + 'matches': 'isMatch', + // Ramda aliases. '__': 'placeholder', 'F': 'stubFalse',