Tag: express
All the articles with the tag "express".
Using Typescript with Express Middlewares
Published: at 06:00 PMI wrote an express middleware that would validate the user inputs and then hoped that the route handler would automatically know the types of the user inputs, but turns out that's not how it works.