10000 Add `pluck` fp alias of `map`. · lodash/lodash@a447353 · GitHub
[go: up one dir, main page]

Skip to content

Commit a447353

Browse files
committed
Add pluck fp alias of map.
1 parent dea6ccb commit a447353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fp/_mapping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ exports.aliasToReal = {
3838
'paths': 'at',
3939
'pickAll': 'pick',
4040
'pipe': 'flow',
41+
'pluck': 'map',
4142
'prop': 'get',
4243
'propEq': 'matchesProperty',
4344
'propOr': 'getOr',

0 commit comments

Comments
 (0)
0