You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Suggested in microsoft/TypeScript#2234
If the typechecker knows that a value is
undefined
at a certain point in the program, this rule would disallow:accessing properties or indexing into an object or array
returning a primitive value or using it in a RHS expression
The text was updated successfully, but these errors were encountered: