Tagged "TypeScript"
-
Type-Safe Event Emitter in TypeScript
1076 words, about 6 minutes to read.
I’ve been playing around with TypeScript recently, and enjoying it too. Nearly all of my compile-time type safety desires have been accomodated by the language, and in a rather intuitive and clean way. ...