change stdin api for better testability

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-03 05:17:38 +02:00
parent 1059391e3b
commit 334c7361fc
13 changed files with 312 additions and 44 deletions

View file

@ -4,6 +4,7 @@ export type { LoggingStrategy } from "./runner.ts";
export { Dict } from "./dict.ts";
export { ExplorerGuesser } from "./guesser/explorer.ts";
export { ReducingGuesser } from "./guesser/reducing.ts";
export { InputGuesser } from "./guesser/input.ts";
export { Simulator } from "./game/simulator.ts";
export { ManualProxy } from "./game/proxy.ts";
export { Runner, TableLogging, VerboseLogging } from "./runner.ts";
export { GameLogging, Runner, TableLogging, VerboseLogging } from "./runner.ts";