My Learning Curve

Feed / Total TypeScript

TypeScript 5.2's New Keyword: 'using' (article)

Friday, June 16, 2023

TypeScript 5.2 introduces 'using', a keyword that disposes anything with a `Symbol.dispose` function upon leaving scope, making resource management easier.

Read original article ↗