An open API service indexing awesome lists of open source software.

https://github.com/akkiepro/typescript

core TypeScript concepts
https://github.com/akkiepro/typescript

core learn-to-code ts tutorial typescript

Last synced: 6 months ago
JSON representation

core TypeScript concepts

Awesome Lists containing this project

README

          

# Install TypeScript globally using following command
=> npm install -g typescript

# to run .ts file run following command
=> tsc file_name.ts