mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Bump to v4.11.1.
This commit is contained in:
@@ -38,6 +38,7 @@ exports.aliasToReal = {
|
||||
'paths': 'at',
|
||||
'pickAll': 'pick',
|
||||
'pipe': 'flow',
|
||||
'pluck': 'map',
|
||||
'prop': 'get',
|
||||
'propEq': 'matchesProperty',
|
||||
'propOr': 'getOr',
|
||||
|
||||
1
fp/pluck.js
Normal file
1
fp/pluck.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = require('./map');
|
||||
Reference in New Issue
Block a user