Does typeguard work with expressions, i.e. ev.target? #2184
Labels
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
A cast appears to work with the expression, ev.target.
A typeguard appears to work with the simple variable, t.
A typeguard appears to fail with an expression, ev.target or (ev.target).
The text was updated successfully, but these errors were encountered: