UNPKG

polyserve

Version:
10 lines (9 loc) 171 B
declare module 'http-proxy' { module httpProxy { interface ProxyError extends Error { status: number; message: string; } } export = httpProxy; }