sberan / typescript_testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • install typescript 2.0: npm install typescript@next
  • install lodash with types:
    • npm install --save lodash
    • npm install --save-dev @types/lodash
  • non-nullable types
  • async/await
  • js interop

About


Languages

Language:TypeScript 80.8%Language:JavaScript 19.2%