mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Add bind and bindKey to fp skipRearg mapping.
This commit is contained in:
@@ -249,6 +249,8 @@ exports.skipRearg = {
|
|||||||
'add': true,
|
'add': true,
|
||||||
'assign': true,
|
'assign': true,
|
||||||
'assignIn': true,
|
'assignIn': true,
|
||||||
|
'bind': true,
|
||||||
|
'bindKey': true,
|
||||||
'concat': true,
|
'concat': true,
|
||||||
'difference': true,
|
'difference': true,
|
||||||
'divide': true,
|
'divide': true,
|
||||||
|
|||||||
Reference in New Issue
Block a user