UNPKG

proxy-chain

Version:

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.

2 lines 187 B
export declare const nodeify: <T>(promise: Promise<T>, callback?: ((error: Error | null, result?: T | undefined) => void) | undefined) => Promise<T>; //# sourceMappingURL=nodeify.d.ts.map