TImplicitArrayBuffer
Bun

type

buffer.ImplicitArrayBuffer

type ImplicitArrayBuffer<T extends WithImplicitCoercion<ArrayBufferLike>> = T extends { valueOf(): V } ? V : T