UNPKG

@xpresser/abolish

Version:
7 lines (6 loc) 146 B
import { Http } from "xpresser/types/http"; /** * AbolishMiddleware */ declare const _default: (http: Http) => Promise<any>; export = _default;