Fix typo
This commit is contained in:
parent
0490fa2549
commit
383c3db3c9
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ Import:
|
|||
- `import {default as x} from "mod"`
|
||||
- Everything:
|
||||
- `import * as obj from "mod"`
|
||||
- Only fetch/evalute the module, don't import:
|
||||
- Only fetch/evaluate the module, don't import:
|
||||
- `import "mod"`
|
||||
|
||||
We can put import/export statements below or after other code, that doesn't matter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue