diff --git a/typings/primordials.d.ts b/typings/primordials.d.ts index da00d43f515286..820b1eddc5a3d0 100644 --- a/typings/primordials.d.ts +++ b/typings/primordials.d.ts @@ -154,6 +154,7 @@ declare namespace primordials { export const ArrayBufferPrototypeGetDetached: UncurryThis export const ArrayBufferPrototypeSlice: UncurryThis export const ArrayBufferPrototypeTransfer: UncurryThis + export const ArrayBufferPrototypeGetByteLength: UncurryGetter; export const AsyncIteratorPrototype: AsyncIterable; export import BigInt = globalThis.BigInt; export const BigIntPrototype: typeof BigInt.prototype