UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

3 lines (2 loc) 148 B
import { Context } from "../context"; export declare function joinRoom(ctx: Context, rooms: string | string[], sockets: string | string[]): void;