My Type of Coding: Express Route Param Types
How does express extract the route parameters in TypeScript, such that we can read them off the request.params object in a typesafe way? It's quite ingenious, and uses template literal types, conditio...