mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Rename _.pairs and _.zipObject to _.toPairs and _.fromPairs.
This commit is contained in:
@@ -343,11 +343,13 @@
|
||||
'mapObject': 'mapValues',
|
||||
'matcher': 'matches',
|
||||
'methods': 'functions',
|
||||
'object': 'zipObject',
|
||||
'object': 'fromPairs',
|
||||
'pairs': 'toPairs',
|
||||
'pluck': 'map',
|
||||
'restParam': 'restArgs',
|
||||
'select': 'filter',
|
||||
'where': 'filter'
|
||||
'where': 'filter',
|
||||
'zipObject': 'fromPairs'
|
||||
};
|
||||
|
||||
var keyMap = {
|
||||
|
||||
Reference in New Issue
Block a user