UNPKG

gameguard

Version:

GameGuard is a NodeJS game server that can be used to manage the players connecting to your game, manage rooms and the players in them, and more.

5 lines (3 loc) 98 B
'use strict' import ws from 'ws'; export default interface GameGuardWebSocket extends ws { }