We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
call-bound
1 parent b5ea555 commit f6a6c64Copy full SHA for f6a6c64
implementation.js
@@ -3,7 +3,7 @@
3
var IsCallable = require('is-callable');
4
var hasOwn = require('hasown');
5
var functionsHaveNames = require('functions-have-names')();
6
-var callBound = require('call-bind/callBound');
+var callBound = require('call-bound');
7
var $functionToString = callBound('Function.prototype.toString');
8
var $stringMatch = callBound('String.prototype.match');
9
var toStr = callBound('Object.prototype.toString');
package.json
@@ -38,6 +38,7 @@
38
],
39
"dependencies": {
40
"call-bind": "^1.0.8",
41
+ "call-bound": "^1.0.3",
42
"define-properties": "^1.2.1",
43
"functions-have-names": "^1.2.3",
44
"hasown": "^2.0.2",
0 commit comments