Migrate to Typescript.
Gautam-Arora24 opened this issue · 1 comments
Gautam-Arora24 commented
Future Plans
Plans to add typing support to the library whenever I will get some time.
nikhilmaske-2001 commented
I don't know the usecase for it. But from my prior experience with Typescript, I can say it's a better idea. TypeScript allows user to detect the error in the code editor itself, unlike javascript where we have to debug in the browser.