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
I try to resolve all signatures of overloaded functions. It works well except case when one of overloaded signatures has no arguments.
P.S. I know about limitations of conditional types over functions with multiple call signatures.
But this hack widely used to resolve multiple call signatures
I try to resolve all signatures of overloaded functions. It works well except case when one of overloaded signatures has no arguments.
P.S. I know about limitations of conditional types over functions with multiple call signatures.
But this hack widely used to resolve multiple call signatures
TypeScript Version: 3.4.5
Code
The text was updated successfully, but these errors were encountered: