Migrate to TypeScript
For security reasons, static typing would be a strong help.
Also, we could use async/await with Node.js 6 as TypeScript transpiled to es6 code supports async/await mechanisms.
For security reasons, static typing would be a strong help.
Also, we could use async/await with Node.js 6 as TypeScript transpiled to es6 code supports async/await mechanisms.
Note to me: to check the migration had no regression:
Done!