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
and many more similar things. Typescript has concept of 'overload' for functions. This is almost in same lines and more probably in line with "C" 'unions' style.
Is it possible to accept this as a feature request if this is not present and/or proposed yet for Typescript?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I have code that I want to rewrite in typescript, and for that I want to do few things that looks like this:
and many more similar things. Typescript has concept of 'overload' for functions. This is almost in same lines and more probably in line with "C" 'unions' style.
Is it possible to accept this as a feature request if this is not present and/or proposed yet for Typescript?
Thanks,
The text was updated successfully, but these errors were encountered: