Skip to content

Commit c8e7f76

Browse files
iwulizruyadorno
authored andcommitted
typings: add missing type of ArrayBufferPrototypeGetByteLength
PR-URL: #55439 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6aeeaa7 commit c8e7f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typings/primordials.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ declare namespace primordials {
153153
export const ArrayBufferPrototypeGetDetached: UncurryThis<typeof ArrayBuffer.prototype.detached>
154154
export const ArrayBufferPrototypeSlice: UncurryThis<typeof ArrayBuffer.prototype.slice>
155155
export const ArrayBufferPrototypeTransfer: UncurryThis<typeof ArrayBuffer.prototype.transfer>
156+
export const ArrayBufferPrototypeGetByteLength: UncurryGetter<typeof ArrayBuffer.prototype , "byteLength">;
156157
export const AsyncIteratorPrototype: AsyncIterable<any>;
157158
export import BigInt = globalThis.BigInt;
158159
export const BigIntPrototype: typeof BigInt.prototype

0 commit comments

Comments
 (0)