- cross-posted to:
- typescript@programming.dev
- cross-posted to:
- typescript@programming.dev
TypeScript 5.2 introduces ‘using’, a keyword that disposes anything with a Symbol.dispose
function upon leaving scope, making resource management easier.
You must log in or register to comment.