index.ts
index.ts overview
Section titled “index.ts overview”Since v4.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”Socket (namespace export)
Section titled “Socket (namespace export)”Re-exports all named exports from the “./Socket.ts” module as Socket.
Signature
export * as Socket from "./Socket.ts"Since v4.0.0
SocketServer (namespace export)
Section titled “SocketServer (namespace export)”Re-exports all named exports from the “./SocketServer.ts” module as SocketServer.
Signature
export * as SocketServer from "./SocketServer.ts"Since v4.0.0