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 adc30b0 commit 850b24cCopy full SHA for 850b24c
index.js
@@ -5,7 +5,7 @@ var jsonStringify = (typeof JSON !== 'undefined' ? JSON : require('jsonify')).st
5
var isArray = require('isarray');
6
var objectKeys = require('object-keys');
7
var callBind = require('call-bind');
8
-var callBound = require('call-bind/callBound');
+var callBound = require('call-bound');
9
10
var $join = callBound('Array.prototype.join');
11
var $push = callBound('Array.prototype.push');
package.json
@@ -42,6 +42,7 @@
42
},
43
"dependencies": {
44
"call-bind": "^1.0.8",
45
+ "call-bound": "^1.0.3",
46
"isarray": "^2.0.5",
47
"jsonify": "^0.0.1",
48
"object-keys": "^1.1.1"
0 commit comments