Ensure fp _.partial and _.partialRight accept an args param.

This commit is contained in:
John-David Dalton
2016-01-31 22:26:27 -08:00
parent b38cf204f7
commit 163fdb46f0
4 changed files with 46 additions and 8 deletions

View File

@@ -6,5 +6,6 @@ module.exports = {
'isFunction': require('../isFunction'),
'iteratee': require('../iteratee'),
'keys': require('../_baseKeys'),
'rearg': require('../rearg')
'rearg': require('../rearg'),
'spread': require('../spread')
};