/var/www/qr4y.com/server/delivery/node_modules/socket.io/dist
Edit: /var/www/qr4y.com/server/delivery/node_modules/socket.io/dist/parent-namespace.d.ts (932B)
import { Namespace } from "./namespace";
import type { Server, RemoteSocket } from "./index";
import type { EventParams, EventNames, EventsMap, DefaultEventsMap } from "./typed-events";
export declare class ParentNamespace
extends Namespace {
private static count;
private children;
constructor(server: Server);
/**
* @private
*/
_initAdapter(): void;
emit>(ev: Ev, ...args: EventParams): boolean;
createChild(name: string): Namespace;
fetchSockets(): Promise[]>;
}