Blog
Sign In
Free Trial
Jesse Hallett
•
I am a software engineer in NYC with special interests in frontend programming and type-driven development.
1 Stories by
Jesse Hallett
When to use `never` and `unknown` in TypeScript
The never and unknown primitive types were introduced in TypeScript v2.0 and v3.0 respectively. These two types represent fundamental and complementary aspects of type...