Sign in
Log inSign up
TypeScript
TypeScript
#typescript
9.4K followers·6.3K 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.

Vithor Varela