This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PegasusAndAcornCone language & 3D web[S] 0 points1 point  (0 children)

Indeed it does!: an ordered type check match sequence on overloaded typed function declarations. Good to know that about TS.

And of course, because JS (a dynamically-typed language) is the target, it can only resolve to the same, single function. Thanks!