UNPKG

@anyhowstep/ts-route-server

Version:

5 lines (4 loc) 189 B
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>; }