UNPKG

@nestjs/websockets

Version:

Nest - modern, fast, powerful node.js web framework (@websockets)

5 lines (4 loc) 186 B
import { RuntimeException } from '@nestjs/core/internal'; export declare class InvalidSocketPortException extends RuntimeException { constructor(port: number | string, type: any); }