As TypeScript is implementing a great number of the ES6 (ECMAScript6) standards, it is important to stay up-to-date with the latest specification updates.
In particular, the module feature is getting central for all framework and libraries developers (me included), who need to be able to package properly their code. and thus how to correctly use them in TypeScript.
Continue reading