Skip to content

Commit 77a2fa2

Browse files
committed
typings: Add missing type of ArrayBufferPrototypeGetByteLength
1 parent 7ae193d commit 77a2fa2

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)