C# like object initialisation in TypeScript
In TypeScript, I've missed the ease of initialising objects as I have in dotnet with object initalisation. While researching an issue, I stumbled upon a little trick that makes initialising an object a breeze in TypeScript.
Let's dive right in with a...
kenbonny.net2 min read