Home
last modified time | relevance | path

Searched defs:NextFunction (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/server/build/vendor/
H A Dhttp.d.ts6 type NextFunction = (err?: any) => void; alias
/expo/packages/@expo/server/src/vendor/
H A Dhttp.ts12 type NextFunction = (err?: any) => void; alias