Hacker News new | ask | show | jobs
by Insalgo 586 days ago
> narrowing a type through as is a common and useful operation

We banned all type assertions long time ago, and switched to type guards. I highly recommend this approach.