Common utility types in Typescript and their usages
In Typescript projects, instead of declaring all types manually, we can leverage utility types to transform existing types into new ones, particularly when these types share similar properties. This approach not only helps adhere to the DRY (Don’t re...
linhnote.hashnode.dev6 min read