Add placeholders to fp wrapper. [closes #1780]

This commit is contained in:
John-David Dalton
2016-01-13 22:06:11 -08:00
parent ff5f06b9f0
commit 7544166d11
3 changed files with 32 additions and 2 deletions

View File

@@ -152,6 +152,16 @@ module.exports = {
}
},
/** Used to track methods with placeholder support */
'placeholder': {
'bind': true,
'bindKey': true,
'curry': true,
'curryRight': true,
'partial': true,
'partialRight': true
},
/** Used to track methods that skip `_.rearg`. */
'skipRearg': {
'assign': true,