Announcing TypeScript 3.8
ARANK

Today we’re proud to release TypeScript 3.8! For those unfamiliar with TypeScript, it’s a language that adds syntax for types on top of JavaScript which can be analyzed through a process called static type-checking. This type-checking can tell us about errors like typos and values that are potentially null and undefined before we even run our code.

devblogs.microsoft.com
Related Topics: TypeScript
4 comments