Typeutilsv0.8.6-next.0
UnknownArray
Represents an array with unknown value.
Use case: You want a type that all arrays can be assigned to, but you don't care about the value.
type UnknownArray = readonly unknown[];Represents an array with unknown value.
Use case: You want a type that all arrays can be assigned to, but you don't care about the value.
type UnknownArray = readonly unknown[];