UNPKG
@anyhowstep/ts-route-server
Version:
latest (4.0.0)
4.0.0
2.2.0
2.1.0
2.0.0
1.0.0
@anyhowstep/ts-route-server
/
dist
/
src
/
HandlerMiddleware.d.ts
5 lines
(4 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
import { Handler } from
"./Handler"
; export declare
class
HandlerMiddleware
{ static Create<P, B, Q, D, M, L, N>(handler: Handler<P, B, Q, D, M, L, N>): Handler<P, B, Q, D, M, L, N>; }