Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 546 Bytes

006-use-of-typescript.md

File metadata and controls

12 lines (9 loc) · 546 Bytes

ADR 006: use of TypeScript

This project is developed using TypeScript (a typed superset of JavaScript).

JavaScript is the most popular language according to the 2019 Stack Overflow survey and it is therefore likely that many developers using the project will be familiar with the language concepts and how to use and run it.

Virtually all cloud providers provide their SDKs in JavaScript or TypeScript which this project can integrate natively.