property CachedProbeOptions.setTimer

Timer used to bound each probe (e.g. IRuntimeServices.setTimeout).

Type

(
fn: () => void,
ms: number
) => TimerHandle

Usage

import { type CachedProbeOptions } from "common/src/index.ts";