When to use Type Only Imports Exports in TypeScript?
Since the introduction of type-only imports in TypeScript 3.8, a lot of developers including me have been confused about the usage of type-only imports. If we read the official docs, it says -
import type only imports declarations to be used for typ...
anmol-kansal.hashnode.dev4 min read