Add pluck fp alias of map.

This commit is contained in:
John-David Dalton
2016-04-13 14:22:40 -07:00
parent dea6ccbf43
commit a447353977

View File

@@ -38,6 +38,7 @@ exports.aliasToReal = {
'paths': 'at',
'pickAll': 'pick',
'pipe': 'flow',
'pluck': 'map',
'prop': 'get',
'propEq': 'matchesProperty',
'propOr': 'getOr',