Dependent Types in TypeScript
Types that depend on values, in Typescript. Seriously? (more…)
Read more »After spending some time in TypeScript you may begin to crave type safety everywhere in your life. JavaScript is an inherently unsafe language and there are dragons to be found everywhere and in almost every framework. Most frameworks are sufficiently cov… Read more