MCPcopy
hub / github.com/statelyai/xstate / clearTimeout

Method clearTimeout

packages/core/src/system.ts:24–24  ·  view source on GitHub ↗
(id: any)

Source from the content-addressed store, hash-verified

22export interface Clock {
23 setTimeout(fn: (...args: any[]) => void, timeout: number): any;
24 clearTimeout(id: any): void;
25}
26
27interface Scheduler {

Callers 1

createSystemFunction · 0.65

Implementers 1

SimulatedClockpackages/core/src/SimulatedClock.ts

Calls

no outgoing calls

Tested by

no test coverage detected