toExpress returns: an Express middleware over the three arguments.
Parameters
request
ExpressLikeRequest
response
ExpressLikeResponse
next
(error?) => void
Returns
voidDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
What toExpress returns: an Express middleware over the three arguments.
type ExpressMiddleware = (request, response, next) => void;
toExpress returns: an Express middleware over the three arguments.
ExpressLikeRequest
ExpressLikeResponse
error?) => void
voidWas this page helpful?