This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
Relational operations should inferred for string as well #333
Labels
help wanted
Extra attention is needed
Actual:
a
andb
infer as$StrictUnion<bigint | number>
Expected
a
andb
infer as$StrictUnion<bigint | number | string>
The text was updated successfully, but these errors were encountered: