koikiss-dev / jimov_api

This project is an open-source API for retrieving multimedia content such as anime, movies and series, news, and manga in both Spanish and English.
https://jimov-api-docs.vercel.app
MIT License
41 stars 17 forks source link

I highly recommend to use `import type { }` / `import { type ... }` when importing a type instead of using `import {}`. This increases the app performance and it's only supported for TypeScript files. #156

Open koikiss-dev opened 6 months ago

koikiss-dev commented 6 months ago
          I highly recommend to use `import type { }` / `import { type ... }` when importing a type instead of using `import {}`. This increases the app performance and it's only supported for TypeScript files.

_Originally posted by @barrientosvctor in https://github.com/koikiss-dev/jimov_api/pull/152#pullrequestreview-1912814094_