Type alias DoubleArrayType<ArrayConstructorType>

DoubleArrayType<ArrayConstructorType>: ArrayConstructorType extends Float64ArrayConstructor
    ? Float64Array
    : number[]

Type Parameters