We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArrayBufferPrototypeGetByteLength
1 parent 6c8564b commit 736c085Copy full SHA for 736c085
typings/primordials.d.ts
@@ -154,6 +154,7 @@ declare namespace primordials{
154
exportconstArrayBufferPrototypeGetDetached: UncurryThis<typeofArrayBuffer.prototype.detached>
155
exportconstArrayBufferPrototypeSlice: UncurryThis<typeofArrayBuffer.prototype.slice>
156
exportconstArrayBufferPrototypeTransfer: UncurryThis<typeofArrayBuffer.prototype.transfer>
157
+exportconstArrayBufferPrototypeGetByteLength: UncurryGetter<typeofArrayBuffer.prototype,"byteLength">;
158
exportconstAsyncIteratorPrototype: AsyncIterable<any>;
159
exportimportBigInt=globalThis.BigInt;
160
exportconstBigIntPrototype: typeofBigInt.prototype
0 commit comments