xgqfrms / ts

TypeScript 是一个可以编译成简洁JavaScript的JavaScript超集!
MIT License
1 stars 0 forks source link

TypeScript & Interface & Type alias #6

Open xgqfrms opened 5 years ago

xgqfrms commented 5 years ago

TypeScript & Interface & Type alias

https://stackoverflow.com/questions/37233735/typescript-interfaces-vs-types

image

http://kbscript.com/2017/01/27/different-from-interface-type/

https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#3.10

https://www.typescriptlang.org/docs/home.html

https://www.typescriptlang.org/docs/handbook/basic-types.html


TypeScript 3.5 is now available.

https://www.typescriptlang.org/#download-links

# INSTALL
$ npm i -g typescript

# COMPILE
$ tsc helloworld.ts
xgqfrms commented 5 years ago

image