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
Currently we special case isinstance checks for determining the local type of a variable, but we could potentially give user-defined functions the same capability. See: microsoft/TypeScript#1007