• wrap function middleware with match and ignore

    Parameters

    • mw: ((context: any, next: any, options?: any) => any)
        • (context: any, next: any, options?: any): any
        • Parameters

          • context: any
          • next: any
          • Optional options: any

          Returns any

    • options: any

    Returns ((context: any, next: any, options?: any) => any)

      • (context: any, next: any, options?: any): any
      • Parameters

        • context: any
        • next: any
        • Optional options: any

        Returns any

Generated using TypeDoc