ml-spectra-processing
    Preparing search index...

    Type Alias DoubleArrayType<ArrayConstructorType>

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

    Type Parameters