1
0
Fork 0
cc-server-parent/packages/ws/src/index.ts

10 lines
233 B
TypeScript

import * as io from 'socket.io'
export * from './builder'
export * from './decorators'
export * from './interfaces'
export * from './debug'
export { TYPE } from './constants'
export { getSocketContext } from './utils'
export { io }