A constructor of a TypedArray class.

interface TypedArrayConstructor<T> {
    new TypedArrayConstructornew (length?: number): T;
}

Type Parameters

Constructors

Constructors

  • Parameters

    • Optionallength: number

    Returns T