UNPKG

http-mitm-proxy

Version:
7 lines (6 loc) 207 B
import type { IContext } from "../types"; declare const _default: { onResponse(ctx: IContext, callback: Function): any; onRequest(ctx: IContext, callback: Function): any; }; export default _default;