Files
cypress/packages/socket/lib/node/index.ts

6 lines
219 B
TypeScript

export { SocketIOServer, getPathToClientSource, getClientVersion } from './socket'
export type { ServerOptions, Socket, Namespace as SocketIONamespace } from 'socket.io'
export { CDPSocketServer } from './cdp-socket'