Ts-migrate: tool to automatically migrate JavaScript projects to TS

A tool to help migrate JavaScript code quickly and conveniently to TypeScript – airbnb/ts-migrate… Read more

Similar

JavaScript Promises: The right way

Are you still writing your async JavaScript code using callbacks or async library? It's the time to start to Promises! What is a Promise? As the word says, Promise is something that can be available now, or in future, or newer. When someone promises you ...

Read more »