/**
 * WebSocket module
 * This file exports the appropriate WebSocket implementation based on the environment
 */
export * from './node.js';
