TypeScript Utility Type
TypeScript provides various utility types that make types transformation very easy. We can transform existing types into several other types.
These utility types are globally available, so we don't need to import them explicitly.
By using these utili...
ajay020.hashnode.dev7 min read