jimov_api icon indicating copy to clipboard operation
jimov_api copied to clipboard

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.

Open koikiss-dev opened this issue 1 year ago • 0 comments

          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

koikiss-dev avatar Mar 03 '24 05:03 koikiss-dev