Home
last modified time | relevance | path

Searched refs:NextFunction (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/server/build/vendor/
H A Dhttp.d.ts6 type NextFunction = (err?: any) => void; alias
7 …Handler = (req: http.IncomingMessage, res: http.ServerResponse, next: NextFunction) => Promise<voi…
H A Dexpress.d.ts5 …Handler = (req: express.Request, res: express.Response, next: express.NextFunction) => Promise<voi…
/expo/packages/@expo/server/src/vendor/
H A Dhttp.ts12 type NextFunction = (err?: any) => void; alias
17 next: NextFunction
29 return async (req: http.IncomingMessage, res: http.ServerResponse, next: NextFunction) => {
H A Dexpress.ts16 next: express.NextFunction
28 return async (req: express.Request, res: express.Response, next: express.NextFunction) => {