mirror of https://github.com/nodejs/node.git
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>pull/55491/head
parent
47ad609d64
commit
864ff620da
|
@ -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