Home United States USA — software TypeScript 4.5 arrives with Promise improvements

TypeScript 4.5 arrives with Promise improvements

94
0
SHARE

Latest GA release of Microsoft’s strongly typed JavaScript introduces new Awaited utility type to model Promise recursions, defers ECMAScript module support for Node.js to a future release.
TypeScript 4.5, the latest upgrade to Microsoft’s strongly typed language based on JavaScript, is now generally available. The release features a new utility type, the Awaited type, for modeling operations such as await in async functions or the.

Continue reading...