Make fp.property and alias of fp.get.

This commit is contained in:
John-David Dalton
2016-06-18 09:38:19 -07:00
parent c8ff2b4612
commit bea7016223

View File

@@ -15,6 +15,7 @@ exports.aliasToReal = {
// Methods that are curried variants of others. // Methods that are curried variants of others.
'conforms': 'conformsTo', 'conforms': 'conformsTo',
'matches': 'isMatch', 'matches': 'isMatch',
'property': 'get',
// Ramda aliases. // Ramda aliases.
'__': 'placeholder', '__': 'placeholder',