source: trip-planner-front/node_modules/socket.io/dist/parent-namespace.d.ts@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 376 bytes
RevLine 
[6a3a178]1import { Namespace } from "./namespace";
2import type { Server } from "./index";
3export declare class ParentNamespace extends Namespace {
4 private static count;
5 private children;
6 constructor(server: Server);
7 /**
8 * @private
9 */
10 _initAdapter(): void;
11 emit(ev: string | Symbol, ...args: [...any]): true;
12 createChild(name: string): Namespace;
13}
Note: See TracBrowser for help on using the repository browser.