oconva / qvikchat

Framework to build secure, performant and reliable chat apps and services quickly and efficiently.
https://qvikchat.pkural.ca
MIT License
2 stars 1 forks source link

Core - Type-Only Imports and Export #68

Closed pranav-kural closed 3 months ago

pranav-kural commented 3 months ago

Type-Only Imports and Export

From Stack Overflow:

Being more explicit by using import type and export type statements seems to yield explicable benefits by safeguarding against edge-case problems, as well as giving current and upcoming tooling better ground for improving processing performance and reliability with type definition analysis.