type-plus icon indicating copy to clipboard operation
type-plus copied to clipboard

perform loose check for ArrayType

Open unional opened this issue 11 months ago • 0 comments

Added StrictArrayType for the current behavior.

The ArrayType should accept both array and tuple like StringType accept string and string literals.

Added LooseArrayType for the time being, before the breaking change.

unional avatar Jul 09 '23 01:07 unional