From bea701622308a2f99937aa5423df3319b14b79fd Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 18 Jun 2016 09:38:19 -0700 Subject: [PATCH] Make `fp.property` and alias of `fp.get`. --- fp/_mapping.js | 1 + 1 file changed, 1 insertion(+) 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',