Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
376 bytes
|
Line | |
---|
1 | import { Namespace } from "./namespace";
|
---|
2 | import type { Server } from "./index";
|
---|
3 | export 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.