2.1.12 • Published 11 days ago

@swenkerorg/reprehenderit-fugiat-eum v2.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

@swenkerorg/reprehenderit-fugiat-eum 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('@swenkerorg/reprehenderit-fugiat-eum');

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

2.1.12

11 days ago

2.1.11

12 days ago

2.1.9

14 days ago

2.1.10

13 days ago

2.1.8

15 days ago

2.1.7

16 days ago

2.1.6

17 days ago

2.1.5

18 days ago

2.1.4

19 days ago

2.1.3

20 days ago

2.1.2

21 days ago

2.0.2

22 days ago

2.0.1

23 days ago

2.0.0

24 days ago

1.0.0

25 days ago