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

testType: support options

Open unional opened this issue 9 months ago • 0 comments

the type checking types will support various options like distribute, exact.

Need to see how to support these options without breaking the inference.

Also, may add IsXXX<T, $O, $Else = never> for backward compatibility before completely dropping the <T, Then, Else> support.

unional avatar Oct 04 '23 16:10 unional