Skip to main content

Variable: Server

const Server: object;

Use this to interact with the server.

Type declaration

config()

config: () => any;

Returns

any

get()

get: () => any;

Returns

any

ready()

ready: () => Promise<void>;

Returns a promise that resolves when the server is all set up.

Returns

Promise<void>

Robo.js Logo

MIT © 2024 Robo.js By WavePlay