class SimulatedClock
implements SimulatedClock
import { SimulatedClock } from "https://deno.land/x/xstate@xstate@5.0.0-beta.23/src/SimulatedClock.ts";
Methods
private
flushTimeouts()private
getId()clearTimeout(id: number)
increment(ms: number): void
now()
set(time: number)
setTimeout(fn: (...args: any[]) => void, timeout: number)