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 7ae193d commit 77a2fa2Copy full SHA for 77a2fa2
typings/primordials.d.ts
@@ -154,6 +154,7 @@ declare namespace primordials {
154
export const ArrayBufferPrototypeGetDetached: UncurryThis<typeof ArrayBuffer.prototype.detached>
155
export const ArrayBufferPrototypeSlice: UncurryThis<typeof ArrayBuffer.prototype.slice>
156
export const ArrayBufferPrototypeTransfer: UncurryThis<typeof ArrayBuffer.prototype.transfer>
157
+ export const ArrayBufferPrototypeGetByteLength: UncurryGetter<typeof ArrayBuffer.prototype , "byteLength">;
158
export const AsyncIteratorPrototype: AsyncIterable<any>;
159
export import BigInt = globalThis.BigInt;
160
export const BigIntPrototype: typeof BigInt.prototype
0 commit comments