package..eslintrc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of array-buffer-byte-length Show documentation
Show all versions of array-buffer-byte-length Show documentation
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
The newest version!
{
"root": true,
"extends": "@ljharb",
"globals": {
"DataView": false,
},
}