UNPKG

mongodb-dynamic-api

Version:

Auto generated CRUD API for MongoDB using NestJS

9 lines (8 loc) 280 B
import { IoAdapter } from '@nestjs/platform-socket.io'; import { ServerOptions } from 'socket.io'; export declare class SocketAdapter extends IoAdapter { createIOServer(port: number, options?: ServerOptions & { namespace?: string; server?: any; }): any; }