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
export const ArrayBufferPrototypeGetDetached: UncurryThis<typeof ArrayBuffer.prototype.detached>
155155
export const ArrayBufferPrototypeSlice: UncurryThis<typeof ArrayBuffer.prototype.slice>
156156
export const ArrayBufferPrototypeTransfer: UncurryThis<typeof ArrayBuffer.prototype.transfer>
157+
export const ArrayBufferPrototypeGetByteLength: UncurryGetter<typeof ArrayBuffer.prototype , "byteLength">;
157158
export const AsyncIteratorPrototype: AsyncIterable<any>;
158159
export import BigInt = globalThis.BigInt;
159160
export const BigIntPrototype: typeof BigInt.prototype

0 commit comments

Comments
 (0)