We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc8deb commit 6c64d91Copy full SHA for 6c64d91
packages/ssh-tunnel/src/index.spec.ts
@@ -4,7 +4,7 @@ import { createServer, Server as HttpServer, Agent as HttpAgent } from 'http';
4
import { promisify } from 'util';
5
import { readFileSync } from 'fs';
6
import path from 'path';
7
-import { AddressInfo, Socket } from 'net';
+import { Socket } from 'net';
8
import fetch from 'node-fetch';
9
import { expect } from 'chai';
10
import { SocksClient } from 'socks';
0 commit comments