mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-14 19:40:39 -05: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,
|
|
}
|