Add _.entries and _.entriesIn aliases.

This commit is contained in:
John-David Dalton
2016-03-06 22:33:59 -08:00
parent c30c43d69e
commit 2c3ab276ea
3 changed files with 42 additions and 9 deletions

View File

@@ -12,6 +12,8 @@ exports.aliasToReal = {
'dissocPath': 'unset',
'each': 'forEach',
'eachRight': 'forEachRight',
'entries': 'toPairs',
'entriesIn': 'toPairsIn',
'equals': 'isEqual',
'extend': 'assignIn',
'extendWith': 'assignInWith',