augment-vir - v32.2.2
    Preparing search index...

    Type Alias TypedArray

    TypedArray:
        | Int8Array
        | Uint8Array
        | Uint8ClampedArray
        | Int16Array
        | Uint16Array
        | Int32Array
        | Uint32Array
        | Float32Array
        | Float64Array
        | BigInt64Array
        | BigUint64Array

    Matches any typed array, like Uint8Array or Float64Array.

    Copied from the TypedArray type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).