
This article walks through creating an NPM project that can be uploaded to a public or private NPM feed as reusable package.
This article walks through creating an NPM project that can be uploaded to a public or private NPM feed as reusable package.
TypeScript is a relatively new language that was created by Microsoft. It is an open source language loosely based on JavaScript syntax but extended to provide strong-typing declarations. An immediate advantage of using explicit data-types (like you would in other formal programming languages such as C/C++, C#, VB.NET, etc.) is that you get design-time data type checking when the ‘code’ is compiled into JavaScript.