DEV Community

Discussion on: Byte sized TypeScript #1 - Filter type

Collapse
 
sirrocco profile image
RC

Very nice article, thanks. Would be useful if you add one or 2 examples of when one might use this.

Collapse
 
anuraghazra profile image
Anurag Hazra

Yeah sure, I was writing a typesafe version of the classnames package where I needed to filter out never & boolean types github.com/anuraghazra/type-triden...