We're a place where coders share, stay up-to-date and grow their careers.
Nice! TypeScript 3.8 (in beta ATM) has import type and it would give a compiler error if you used a type-ish import (like a class) from import type in a value position
import type
Interesting, didn't know that. 👍
For anyone wanting to read more: TypeScript 3.8 beta announcement
Nice! TypeScript 3.8 (in beta ATM) has
import type
and it would give a compiler error if you used a type-ish import (like a class) fromimport type
in a value positionInteresting, didn't know that. 👍
For anyone wanting to read more: TypeScript 3.8 beta announcement