Represents an array with unknown values. Any array can be assigned to this type.
unknown
Copied from the UnknownArray 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).
UnknownArray
type-fest
type-checks.ts
@augment-vir/common
Represents an array with
unknownvalues. Any array can be assigned to this type.Copied from the
UnknownArraytype in thetype-festpackage so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).