Add iterateeRearg fp mapping back for mapKeys.

This commit is contained in:
John-David Dalton
2016-02-17 22:11:47 -08:00
parent ab73503859
commit 23768398c5
3 changed files with 45 additions and 5 deletions

View File

@@ -124,6 +124,11 @@ exports.iterateeAry = {
'transform': 2
};
/** Used to map method names to iteratee rearg configs. */
exports.iterateeRearg = {
'mapKeys': [1]
};
/** Used to map method names to rearg configs. */
exports.methodRearg = {
'assignInWith': [1, 2, 0],