Skip to content

Commit ded3132

Browse files
committed
Better wording
1 parent 8a5fb7a commit ded3132

File tree

1 file changed

+1
-1
lines changed
  • packages/documentation/copy/en/reference

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/reference/Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ import type { APIResponseType } from "./api";
146146
import { getResponse, type APIResponseType} from "./api";
147147
```
148148

149-
`import type` is always guaranteed to be removed from your JavaScript, and tools like Babel can make better assumptions about your code via the [`isolatedModules`](/tsconfig#isolatedModules) compiler flag.
149+
Any explicitly marked `type` import is guaranteed to be removed from your JavaScript, and tools like Babel can make better assumptions about your code via the [`isolatedModules`](/tsconfig#isolatedModules) compiler flag.
150150
You can read more in the [3.8 release notes](https://devblogs.microsoft.com/typescript/announcing-typescript-3-8-beta/#type-only-imports-exports).
151151

152152
## Default exports

0 commit comments

Comments
 (0)