Hacker News new | ask | show | jobs
by slikts 2836 days ago
The issue there is that TS allows dropping out of the type system with `any`, so it might not actually be checking the types you're comparing, so I'd still use ===.