Matches any typed array, like Uint8Array or Float64Array.
Uint8Array
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).
TypedArray
type-fest
type-checks.ts
@augment-vir/common
Matches any typed array, like
Uint8ArrayorFloat64Array.Copied from the
TypedArraytype in thetype-festpackage so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).