UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

7 lines (6 loc) 237 B
import { HTTPResponse } from '../response'; import { HTTPResponder } from '../response/Responder'; export declare class Middleware extends HTTPResponder { bind(): any; handle(...args: any[]): Promise<void | HTTPResponse<any>>; }