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 was archived by the owner on Mar 25, 2021. It is now read-only.
microsoft/TypeScript#13791 has just landed in typescript. This changes typeof to return a union of string literal types.
When this change is shipped with the next release of typescript, the rule typeof-compare can be deprecated. The compiler will then catch comparisons with invalid strings.
adidahiya, iignatov, DanielKucal and BuZZ-dEEJoshuaKGoldberg