Quick guide to Function Overloading in TypeScript
Oct 13, 2022 · 4 min read · We use functions all the time in our apps, generally speaking most of the JS code are functions. TypeScript gives us many ways to describe them. For a basic function, this is fairly easy to do, but what if the function takes a variety of argument cou...
YLiza commented
