How the TypeScript Exclude Type Works
In TypeScript, the Exclude utility type lets us exclude certain members from an already defined union type. That means we can take an existing type, and remove items from it for specific situations.
Let's look at how the exclude utility type works in...
fjolt.hashnode.dev3 min read