5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
export namespace server {
|
|
export const ServerType = Symbol("ServerType");
|
|
export const Console = Symbol("Console");
|
|
}
|