property ProbeTiming.setTimer

Timer used to bound each probe — the runtime's setTimeout.

Type

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

Usage

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