How to type generators with TypeScript
12/25/2020

Typing generators can be a bit tricky, especially in advanced cases. In this post we'll dive into the behavior of generators, some limitations of TypeScript, and how to work around them.