package..eslintrc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of typed-array-byte-length Show documentation
Show all versions of typed-array-byte-length Show documentation
Robustly get the byte length of a Typed Array
The newest version!
{
"root": true,
"extends": "@ljharb",
"globals": {
"Uint8Array": false,
},
"rules": {
},
}