We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
call-bound
1 parent 4ff7467 commit 433be34Copy full SHA for 433be34
index.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var callBound = require('call-bind/callBound');
+var callBound = require('call-bound');
4
var $byteLength = callBound('ArrayBuffer.prototype.byteLength', true);
5
6
var isArrayBuffer = require('is-array-buffer');
package.json
@@ -47,13 +47,12 @@
47
},
48
"homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme",
49
"dependencies": {
50
- "call-bind": "^1.0.8",
+ "call-bound": "^1.0.3",
51
"is-array-buffer": "^3.0.5"
52
53
"devDependencies": {
54
"@ljharb/eslint-config": "^21.1.1",
55
"@ljharb/tsconfig": "^0.2.2",
56
- "@types/call-bind": "^1.0.5",
57
"@types/es-value-fixtures": "^1.4.4",
58
"@types/for-each": "^0.3.3",
59
"@types/object-inspect": "^1.13.0",
0 commit comments