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 5b62030 commit a9dcddbCopy full SHA for a9dcddb
2 files changed
index.js
@@ -1,6 +1,7 @@
1
'use strict';
2
3
var callBound = require('call-bound');
4
+/** @type {undefined | ((ab: ArrayBuffer) => number)} */
5
var $byteLength = callBound('ArrayBuffer.prototype.byteLength', true);
6
7
var isArrayBuffer = require('is-array-buffer');
package.json
@@ -47,7 +47,7 @@
47
},
48
"homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme",
49
"dependencies": {
50
- "call-bound": "^1.0.3",
+ "call-bound": "^1.0.4",
51
"is-array-buffer": "^3.0.5"
52
53
"devDependencies": {
0 commit comments