Skip to content

Commit 736c085

Browse files
iwulizaduh95
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 6c8564b commit 736c085

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎typings/primordials.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ declare namespace primordials {
154154
exportconstArrayBufferPrototypeGetDetached: UncurryThis<typeofArrayBuffer.prototype.detached>
155155
exportconstArrayBufferPrototypeSlice: UncurryThis<typeofArrayBuffer.prototype.slice>
156156
exportconstArrayBufferPrototypeTransfer: UncurryThis<typeofArrayBuffer.prototype.transfer>
157+
exportconstArrayBufferPrototypeGetByteLength: UncurryGetter<typeofArrayBuffer.prototype,"byteLength">;
157158
exportconstAsyncIteratorPrototype: AsyncIterable<any>;
158159
exportimportBigInt=globalThis.BigInt;
159160
exportconstBigIntPrototype: typeofBigInt.prototype

0 commit comments

Comments
 (0)