Tag
There is one serious issue with the default behavior of the typescript compiler w.r.t optional types. To properly understand the difference …
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-o…