Any kind of value falls into one of these types, either a single value or a many values holder.
Useful for cases when any can't be used, like Exclude<any, SomeType> which fails with any - see ValidZen
any
Exclude<any, SomeType>
Any kind of value falls into one of these types, either a single value or a many values holder.
Useful for cases when
any
can't be used, likeExclude<any, SomeType>
which fails with any - see ValidZen