32.1 GB
673,093 files
Updated 5 months ago
Name
Size
.github
test
.eslintrc83 Bytes
xet
.nycrc216 Bytes
xet
CHANGELOG.md3.99 kB
xet
LICENSE1.07 kB
xet
README.md1.98 kB
xet
index.d.ts171 Bytes
xet
index.js412 Bytes
xet
package.json2.53 kB
xet
tsconfig.json125 Bytes
xet
README.md

array-buffer-byte-length Version Badge

github actions coverage License Downloads

npm badge

Get the byte length of an ArrayBuffer, even in engines without a .byteLength method.

Example

const assert = require('assert');
const byteLength = require('array-buffer-byte-length');

assert.equal(byteLength([]), NaN, 'an array is not an ArrayBuffer, yields NaN');

assert.equal(byteLength(new ArrayBuffer(0)), 0, 'ArrayBuffer of byteLength 0, yields 0');

Tests

Simply clone the repo, npm install, and run npm test

Total size
32.1 GB
Files
673,093
Last updated
Mar 19
Pre-warmed CDN
US EU US EU

Contributors