blog.mariusschulz.com
Using Promise.prototype.finally() in TypeScript
1
ES2018 introduced a new Promise.prototype.finally() method to the standard library. Here's how to use it in TypeScript. Read full article