UNPKG

171 BTypeScriptView Raw
1declare module 'http-proxy' {
2 module httpProxy {
3 interface ProxyError extends Error {
4 status: number;
5 message: string;
6 }
7 }
8 export = httpProxy;
9}