TECH NEWS DESK:
TypeScript 4.4 is now available for download. The latest version of TypeScript comes with performance improvements, and more new features.
-
Story published
by Kunal Chowdhury on .
TypeScript is an open-source programming language, which extends JavaScript to bring static types to modern JavaScript. TypeScript language is designed, developed, and maintained by Microsoft to provide developers the ability to develop JavaScript applications for both client-side and server-side (Node.js) execution.
Microsoft announces TypeScript 4.4, which adds some new features and enhancements. Here's everything that you would like to know about the new features which are part of this release.

Here's a list of a few new features and enhancements that Microsoft added to TypeScript 4.4:
unknown Type in Catch Variables (--useUnknownInCatchVariables)--exactOptionalPropertyTypes)static Blockstsc --help Updates and Improvements
To get started using TypeScript 4.4, you can get it through NuGet, or use npm with the following command:
npm install typescript
Solution Architect & Former Microsoft MVP
Kunal Chowdhury is an enterprise solution architect and former multi-year Microsoft MVP. He is the author of three technical books: Windows Presentation Foundation Development Cookbook, Mastering Visual Studio 2017, and the Mastering Visual Studio 2019.
He publishes technical and non-technical articles on Kunal-Chowdhury.com.