We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ArrayBufferPrototypeGetByteLength
1 parent 6aeeaa7 commit c8e7f76Copy full SHA for c8e7f76
typings/primordials.d.ts
@@ -153,6 +153,7 @@ declare namespace primordials {
153
export const ArrayBufferPrototypeGetDetached: UncurryThis<typeof ArrayBuffer.prototype.detached>
154
export const ArrayBufferPrototypeSlice: UncurryThis<typeof ArrayBuffer.prototype.slice>
155
export const ArrayBufferPrototypeTransfer: UncurryThis<typeof ArrayBuffer.prototype.transfer>
156
+ export const ArrayBufferPrototypeGetByteLength: UncurryGetter<typeof ArrayBuffer.prototype , "byteLength">;
157
export const AsyncIteratorPrototype: AsyncIterable<any>;
158
export import BigInt = globalThis.BigInt;
159
export const BigIntPrototype: typeof BigInt.prototype
0 commit comments