• Check whether each value in a TypedArray is between the two corresponding "expected" values (either a(i) <= actual[i] <= b(i) or a(i) >= actual[i] => b(i)).

    Parameters

    • actual: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float16Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array
    • expected: readonly [CheckElementsGenerator, CheckElementsGenerator]

    Returns ErrorWithExtra | undefined

Generated using TypeDoc