Skip to content

Instantly share code, notes, and snippets.

@jonathanbarton
Created March 14, 2017 21:08
Show Gist options
  • Save jonathanbarton/50a69cb724ade8c15ee15138254f5b70 to your computer and use it in GitHub Desktop.
Save jonathanbarton/50a69cb724ade8c15ee15138254f5b70 to your computer and use it in GitHub Desktop.
typescript_types.md
Data Type Keyword Description
Number number Double precision 64-bit floating point values. It can be used to represent both, integers and fractions.
String string Represents a sequence of Unicode characters
Boolean Boolean Represents logical values, true and false
Void void Used on function return types to represent non-returning functions
Null null Represents an intentional absence of an object value.
Undefined undefined Denotes value given to all uninitialized variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment