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 07c6963 commit c7ac36fCopy full SHA for c7ac36f
src/sessions/WebSocketSession/hosts.ts
@@ -1,6 +1,8 @@
1
import { IPitcherClient } from "@codesandbox/pitcher-client";
2
import { HostToken } from "../../Hosts";
3
4
+export { HostToken } from "../../Hosts";
5
+
6
export class Hosts {
7
constructor(
8
private pitcherClient: IPitcherClient,
0 commit comments