• Express middleware that mimics req.flash from connect-flash while using the session object already present in the application.

    Parameters

    • req: FlashRequest
    • _res: Response
    • next: NextFunction

    Returns void