A constructor of a TypedArray class.

interface BigTypedArrayConstructor<T> {
    new BigTypedArrayConstructornew (length?: number): T;
}

Type Parameters

Constructors

Constructors

  • Parameters

    • Optionallength: number

    Returns T