What is TS* and how is it safer TypeScript?
If you are working with TypeScript, you may well stumble across this concept (thanks to its colossal but understandable name clash). So to avoid confusion, here is a quick overview of TS* (AKA Safer TypeScript). TS* is a gradually type-safe language that is intended to be used alongside third-party JavaScript. The main purpose of TS* […]