Cybersecurity-Projects/PROJECTS/advanced/encrypted-p2p-chat/frontend/src/websocket/index.ts

8 lines
153 B
TypeScript

// ===================
// © AngelaMos | 2025
// index.ts
// ===================
export * from './message-handlers'
export * from './websocket-manager'