TypeScript
#typescript

5.0K followers·4.5K articles
TypeScript is an open-source language that builds on JavaScript, one of the world's most used tools, by adding static type definitions. Types provide a way to describe the shape of an object, providing better documentation, and allowing TypeScript to validate that your code is working correctly.
Popular this week 🔥