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
b is kept in all exported function signatures, even though it is never used. Even if we have typeof b in the signature of the original function expression, the type printer will remove that and use the resolved type.
b is removed from all signatures since it will never be used. Even if the original type uses typeof the resulting type will resolve any typeof expressions