Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NextFunction

Hierarchy

  • NextFunction

Callable

  • __call(err?: any): void
  • __call(deferToNext: "router"): void
  • Parameters

    • Optional err: any

    Returns void

  • "Break-out" of a router by calling {next('router')};

    Parameters

    • deferToNext: "router"

    Returns void

Generated using TypeDoc