Rename _.pairs and _.zipObject to _.toPairs and _.fromPairs.

This commit is contained in:
John-David Dalton
2015-11-19 08:17:42 -08:00
parent b9f2855034
commit 766c4315e6
3 changed files with 240 additions and 238 deletions

View File

@@ -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 = {