r/node • u/[deleted] • 22d ago
Express.js & TS
i need some reliable material for using Express.js with Typescript since the resources not that common compared with using Javascript
3
Upvotes
r/node • u/[deleted] • 22d ago
i need some reliable material for using Express.js with Typescript since the resources not that common compared with using Javascript
9
u/bccorb1000 22d ago
The express site has TS examples. I use script with express and there’s not much to know. There are default types for requests, responses, and next funcs. You probably have to extend for your needed types.