This article defines TypeScript and how C#Bot applications use it.
Instead of writing raw JavaScript for the client-side, C#Bot uses TypeScript. Typescript is a superset of JavaScript that is object oriented, supports static typing, and has additional features that simplify the code and make development more efficient. Typescript was developed, and is continuously maintained, by Microsoft.
Learn about TypeScript:
- Recommended tutorial: Learn TypeScript
- TypeScript website
- TypeScript Documentation