IRuntimeServices.setTimeout(fn: () => void,ms: number): TimerHandle
Schedules a one-shot callback.
Handle for clearTimeout
IRuntimeServices.setTimeout(fn: () => void,ms: number): TimerHandle
Schedules a one-shot callback.
Handle for clearTimeout
import { type IRuntimeServices } from "common/src/index.ts";