mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 08:59:03 -06:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
import io from 'socket.io-client'
|
|
|
|
export type { Socket } from 'socket.io-client'
|
|
|
|
export {
|
|
io as client,
|
|
}
|