Kind: Function
Source: packages/core/middleware/utils.ts
Part of: Core
Signature
tsfunction filterMiddleware(middleware: T[], routes: RouteInfo[], httpAdapter: HttpServer)
Parameters
| Name | Type |
|---|---|
middleware | T[] |
routes | RouteInfo[] |
httpAdapter | HttpServer |
Was this page helpful?