change stdin api for better testability
This commit is contained in:
parent
1059391e3b
commit
334c7361fc
13 changed files with 312 additions and 44 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue