We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pain
.middleware
.get
.set
The text was updated successfully, but these errors were encountered:
Hey,
So... those are pretty minimal but they do the job:
import { NextFunction, Request, Response } from 'express' export declare module 'express-http-context' { const middleware: (req: Request, res: Response, next: NextFunction) => void const get: <T>(key: string) => T const set: <T>(key: string, value: T) => void }
edit: or here
Sorry, something went wrong.
No branches or pull requests
Pain
.middleware
,.get
and.set
The text was updated successfully, but these errors were encountered: