Closed MatthiasKunnen closed 3 years ago
Fixes #167.
The type check could not deal with complex types such as Array<string> | null. This example is only a problem with strictNullChecks enabled.
Array<string> | null
strictNullChecks
Fixes #167.
The type check could not deal with complex types such as
Array<string> | null
. This example is only a problem withstrictNullChecks
enabled.