UNPKG

@natewilcox/tic-tac-toe-shared

Version:

A shared library for a multiplayer Tic Tac Toe game, providing common components and utilities used by both the client-side and server-side applications.

7 lines (6 loc) 119 B
export declare enum ClientMessages { SendMessage = 0, MakeMove = 1, Rematch = 2, SetSubscription = 3 }