Add _.zipObjectDeep.

This commit is contained in:
John-David Dalton
2016-01-26 00:12:07 -08:00
parent c49ace5587
commit d99954133c
3 changed files with 67 additions and 31 deletions

View File

@@ -66,7 +66,8 @@ module.exports = {
'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',
'split', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', 'takeRightWhile',
'takeWhile', 'tap', 'throttle', 'thru', 'times', 'truncate', 'union', 'uniqBy',
'uniqWith', 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject'
'uniqWith', 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject',
'zipObjectDeep'
],
3:[
'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith',