yuxuelian / typeScript-learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typeScript-learn

  • 安装

npm install -g typescript

  • 检查

tsc -v

  • 编译

tsc test.ts

  • 运行

node test.js

About

License:Apache License 2.0


Languages

Language:TypeScript 100.0%