TypeScript 2.2: The Object Type – Marius Schulz

TypeScript 2.2 introduces a new type called object which represents any non-primitive type. Don’t confuse it with the existing Object or {} types! Read more

Similar

Advanced TypeScript Type Tricks

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... (more…)

Read more »