Hacker News new | ask | show | jobs
by tills13 2498 days ago
You can avoid this dance all together by using `unknown` with more recent versions of TS. Think of `unknown` as a type-safe `any`.