Type alias NextFunction

NextFunction: ((error?) => any)

Type declaration

    • (error?): any
    • A 'next function'.

      Parameters

      • Optional error: any

        The error, that indicates to stop or the error from previois call.

      Returns any

Generated using TypeDoc