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
TypeScript represents references to classes as constructor types. Emitting them for method argument types should be reasonably easy, because constructor parameters can be ignored. For returned values, it is much more difficult and probably not worth the effort.