eugef / node-mocks-http

Mock 'http' objects for testing Express,js, Next.js and Koa routing functions
Other
755 stars 134 forks source link

Add README paragraph with TypeScript example #284

Closed mhaligowski closed 9 months ago

mhaligowski commented 9 months ago

tl;dr

Adds an example of how to use the library with TypeScript.

details

This is a follow-up for the issue #280 and PR #281. It gives some example of the TypeScript usage, specifically for the NextJS request types.

eugef commented 9 months ago

Thanks!