microsoft / TypeScript-New-Handbook

Incubation repository for the new TypeScript handbook 🐣
MIT License
649 stars 27 forks source link

Typo: 'import' should be 'export' #24

Open dragomirtitian opened 5 years ago

dragomirtitian commented 5 years ago

Type in description of isolated modules here:

Exports of Non-Value Identifiers In TypeScript, you can import a type and then subsequently import it:

Should be: In TypeScript, you can import a type and then subsequently export it: