Skip to content

Commit 736c085

Browse files
iwulizaduh95
authored andcommitted
typings: add missing type of ArrayBufferPrototypeGetByteLength
PR-URL: #55439 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 6c8564b commit 736c085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎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)