Searched defs:NextFunction (Results 1 – 2 of 2) sorted by relevance
6 type NextFunction = (err?: any) => void; alias
12 type NextFunction = (err?: any) => void; alias