Skip to content

Commit 6cba519

Browse files
committed
export some types from root file
1 parent efcd8a3 commit 6cba519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { ProxyServer, type ServerOptions } from "./http-proxy/index";
2-
export { ProxyServer };
1+
import { ProxyServer, type ServerOptions, type ProxyTarget, type ProxyTargetUrl } from "./http-proxy/index";
2+
export { ProxyServer, type ServerOptions, type ProxyTarget, type ProxyTargetUrl };
33
export { numOpenSockets } from "./http-proxy/passes/ws-incoming";
44

55
/**

0 commit comments

Comments
 (0)