Closed alecsci closed 3 years ago
you can type everything, functions, variables, etc. you have free checks in addition by the ts compiler
moreover, you can use a lot of feature of ts (or last js versions) like null coalesce checks and similar
you can use, enum, interfaces, classes public and private, inheritance and a lot of feature of OOP.