BufferUtils.ArrayBufferViewConstructor
import type { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.1.10/deps.ts";
const { ArrayBufferViewConstructor } = BufferUtils;The type of the ArrayBufferView constructor.
type ArrayBufferViewConstructor<T extends ArrayBufferView> = {
new (
};a: ArrayBuffer,
b?: number,
c?: number,
): T;