Node.js — Strict Type for Request Headers with TypeScript
Using TypeScript comes with the benefit of having your IDE or editor type-check everything in your project. Another benefit is that you get IntelliSense in all places where it’s possible. But you don’t get IntelliSense when working with Node.js request headers. We can change that by creating …
Continue Reading