We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be763f3 commit dfbd5c4Copy full SHA for dfbd5c4
docs/new/typescript-3.8.md
@@ -51,7 +51,7 @@ function doThingBetter(options) {
51
首先,在一些场景下,TypeScript 会混淆导出的究竟是一个类型还是一个值。比如在下面的例子中, `MyThing` 究竟是一个值还是一个类型?
52
53
```ts
54
-import { MyThing } from './some-module.js';
+import { MyThing } from './some-module';
55
56
export { MyThing };
57
```
0 commit comments