Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Ts:

  • Ts is superset of js.(Layer over Js)

  • ts = js + more precised way

  • Type safety 2 + "2" == '22' not in Ts null + 2 == 2 not in ts

  • ts does static checking(compile timing like java and Go)

  • Ts is converted to Js

  • It's an development tool, the project still runs on Js.

Types:

- Number
- String
- Boolean
- Null
- Void
- Undefined
- Object
- Array
- Tuples
- ....
- Any

Situation:

- 

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages