Please enable JavaScript.
Coggle requires JavaScript to display documents.
TS (Basic Types (Array, Tuple, String, Enum, Number, Any, Boolean, Void,…
TS
Basic Types
Array
Tuple
String
Enum
Number
Any
Boolean
Void
Null and Undefined
Never
Object
Type assertions
Interface
Readonly properties
Excess Property Checks
type assersion
propName: string : any
another variable
Optional Properties
Function Types
Extending Interfaces
Indexable Types
Interfaces Extending Classes
Class Types
constructor
methods
Hybrid Types
class
Static Properties
Abstract Classes
Accessors
public
private
readonly
protected
Inheritance
Functions
Overloads
this
Rest Parameters
Optional and Default Parameters