UNPKG

@colyseus/core

Version:

Multiplayer Framework for Node.js.

6 lines (5 loc) 178 B
export declare const createNanoEvents: () => { emit(event: string, ...args: any[]): void; events: {}; on(event: string, cb: (...args: any[]) => void): () => void; };