diff --git a/fp/_mapping.js b/fp/_mapping.js index b8727eeeb..367153c5d 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -15,6 +15,7 @@ exports.aliasToReal = { // Methods that are curried variants of others. 'conforms': 'conformsTo', 'matches': 'isMatch', + 'property': 'get', // Ramda aliases. '__': 'placeholder',