UNPKG

mockttp

Version:

Mock HTTP server for testing HTTP clients and stubbing webservices

9 lines (7 loc) 257 B
declare module 'http-proxy-agent' { import { Agent } from 'http'; class HttpProxyAgent extends Agent { constructor (uri: string | { protocol?: string; host?: string; hostname?: string; port?: number }); } export = HttpProxyAgent; }