首页 > 代码库 > TypeScript

TypeScript

TypeScript Feature

  • types
  • classes
  • annotations
  • imports
  • language utilities
    • string template (`hello ${world} `)
    • fat arrow function syntax (=>)

 

Try out with REPL

  npm install -g tsun

  tsun

 

TypeScript