mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 13:09:21 +01:00
typings: add missing type of ArrayBufferPrototypeGetByteLength
PR-URL: https://github.com/nodejs/node/pull/55439 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
47ad609d64
commit
864ff620da
1
typings/primordials.d.ts
vendored
1
typings/primordials.d.ts
vendored
@ -154,6 +154,7 @@ declare namespace primordials {
|
||||
export const ArrayBufferPrototypeGetDetached: UncurryThis<typeof ArrayBuffer.prototype.detached>
|
||||
export const ArrayBufferPrototypeSlice: UncurryThis<typeof ArrayBuffer.prototype.slice>
|
||||
export const ArrayBufferPrototypeTransfer: UncurryThis<typeof ArrayBuffer.prototype.transfer>
|
||||
export const ArrayBufferPrototypeGetByteLength: UncurryGetter<typeof ArrayBuffer.prototype , "byteLength">;
|
||||
export const AsyncIteratorPrototype: AsyncIterable<any>;
|
||||
export import BigInt = globalThis.BigInt;
|
||||
export const BigIntPrototype: typeof BigInt.prototype
|
||||
|
Loading…
Reference in New Issue
Block a user