UNPKG

@colyseus/core

Version:

Multiplayer Framework for Node.js.

7 lines (6 loc) 398 B
import { type MatchMakerDriver } from '../matchmaker/LocalDriver/LocalDriver.ts'; import type { Presence } from '../presence/Presence.ts'; export declare function isColyseusCloud(): boolean; export declare function getDefaultPresence(): Promise<Presence>; export declare function getDefaultDriver(): Promise<MatchMakerDriver>; export declare function getDefaultPublicAddress(): string | undefined;