microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
100.95k stars 12.47k forks source link

`Conversly when importing:` typo! #14304

Closed xgqfrms-GitHub closed 7 years ago

xgqfrms-GitHub commented 7 years ago

Conversly when importing: typo!

Conversly when importing:

Conversely when importing:

https://www.typescriptlang.org/docs/handbook/modules.html

Conversly when importing:

Explicitly list imported names Consumer.ts

import { SomeType, someFunc } from "./MyThings";
let x = new SomeType();
let y = someFunc();
mhegazy commented 7 years ago

Thanks @xgqfrms-GitHub. feel free to send PRs to https://github.com/Microsoft/TypeScript-Handbook