How to add type definition on a single class which contains both static and instance properties/functions in TypeScript?
I was trying to follow this tutorial to try and answer my question initially, but it’s not enforcing that I have implemented the static
functions in my code. Here is what I have: