- wrapMiddleware(mw: ((context: any, next: any, options?: any) => any), options: any): ((context: any, next: any, options?: any) => any)
-
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
wrap function middleware with match and ignore