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 haven't found a way to have overriding definitions in the source (I don't believe you're supposed to be able to?) and I tried testing a variadic function as a local untyped module and providing lib typings for it. The result was that only the final signature for the function would end up being used instead of being matched to the correct arity (whereas for external modules, the correct signature does seem to be selected, but only if the definitions are in reverse order, see #2360).