I'm excited about the new type narrowing features in #typescript 4.4


I'm excited about the new type narrowing features in #typescript 4.4.

Now we can check types on one line, and TypeScript will "remember" that we narrowed it later in the code. 👍

The result? Fewer checks required, and clearer code.

View original on X