Difference Between 'any,' 'unknown' and 'never' in TypeScript
Motivation
Try as we might, we won't always know what a type should be at every given point in time. In these situations it's important that we choose a suitable way to represent such a type which is both safe and broad enough. This is where any, unk...
dozie.dev4 min read