UNPKG

@botpoker/engine-holdem

Version:
14 lines (10 loc) 169 B
# Engine ## Task A `task` is an *Object* matching the following interface: ```js ITask { name: String shouldRun: ((): Boolean) run: ((): Promise<Result>) } ```