Run-Time Type Checking in TypeScript with io-ts
By Alex Kaminsky on October 29th, 2020
In this post, we'll be using some advanced TypeScript libraries to help us stay type-safe even in the face of unknown inputs. In order to get the most from this post, I recommend having a basic understanding of TypeScript.