emma-hermes/apps/shared/src/index.ts

11 lines
227 B
TypeScript

export {
JsonRpcGatewayClient,
type ConnectionState,
type GatewayClientOptions,
type GatewayEvent,
type GatewayEventName,
type GatewayRequestId,
type JsonRpcFrame,
type WebSocketLike
} from './json-rpc-gateway'