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
Working as intended, technically, but the union of an untyped call and a typed call should still be callable. (Likely as the typed call but with an untyped return)
TypeScript Version: 3.1.6 (previous: 3.0.1)
Code
It doesn't work for me. Also, I tried to use
instanceof
and it works:Expected behavior: no error with
typeof
statementActual behavior:
The text was updated successfully, but these errors were encountered: