Kind: Type
Source: packages/core/router/router-proxy.ts
Part of: Core
Definition
ts<TRequest, TResponse>( req: TRequest, res: TResponse, next: () => void, ) => void | Promise<void>
Kind: Type
Source: packages/core/router/router-proxy.ts
Part of: Core
ts<TRequest, TResponse>( req: TRequest, res: TResponse, next: () => void, ) => void | Promise<void>
Was this page helpful?