UNPKG

binmat

Version:
6 lines (5 loc) 262 B
export { doMove } from "./doMove"; export { makeState } from "./makeState"; export { parseMove } from "./parseMove"; export { MoveKind, Role, StatusCode, StatusCodeMessages, type Move, type State } from "./shared"; export { simulateGame } from "./simulateGame";