You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This "cheat sheet" was originally taken from an excellent article on Site Pen. We made a copy of it here in github because it is a great way to maintain this cheat sheet and keep it up-to-date.
To improve this document, please fork and submit a pull request!
Last updated for: TypeScript 0.9.5
Primitive Types
Concept
Code
Any type (explicitly untyped)
any
void type (null or undefined, use for function returns only)