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

-------------------------------------------------------------------------------
Senior Software Engineer
原文地址:https://www.cnblogs.com/fangshiwei/p/6032698.html