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.

5 lines (4 loc) 154 B
export * from './types/ClientMessages'; export * from './types/ServerMessages'; export * from './types/IRoomState'; export * from './types/IPlayerState';