UNPKG

array-buffer-byte-length

Version:

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

10 lines (9 loc) 125 B
{ "extends": "@ljharb/tsconfig", "compilerOptions": { "target": "ES2021", }, "exclude": [ "coverage", ], }