UNPKG

arraybuffer.prototype.detached

Version:

ES Proposal spec-compliant shim for ArrayBuffer.prototype.detached

25 lines (21 loc) 286 B
{ "root": true, "extends": "@ljharb", "rules": { "id-length": 0, "new-cap": [2, { "capIsNewExceptions": [ "DetachArrayBuffer", "IsDetachedBuffer", ], }], "no-invalid-this": "off", }, "overrides": [ { "files": "test/**", "rules": { }, }, ], }