nestjs-io-client
Version:
Socket.io Client for NestJS based on socket.io-client
6 lines (5 loc) • 451 B
TypeScript
export { IoClientModule } from './io-client.module';
export { InjectIoClientProvider, EventListener, OnConnect, OnDisconnect, OnConnectError } from './io-client.decorators';
export { IoClientModuleOptions, IoClientModuleAsyncOptions, IoClientEventMetadata } from './io-client.interface';
export { getIoClientToken } from './io-client.utils';
export { protocol, Manager, ManagerOptions, Socket as IoClient, io, SocketOptions } from 'socket.io-client';