mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-17 08:24:26 +00:00
8 lines
214 B
TypeScript
8 lines
214 B
TypeScript
// Types
|
|
export * from './types';
|
|
export * from './websocket-types';
|
|
|
|
// WebSocket Client
|
|
export { WebSocketClient } from './websocket-client';
|
|
export type { WebSocketClient as default } from './websocket-client';
|