Skip to main content
TimerOptions - timers - Node documentation
interface TimerOptions
extends Abortable

Usage in Deno

import { type TimerOptions } from "node:timers";

Properties

optional
ref: boolean | undefined

Set to false to indicate that the scheduled Timeout should not require the Node.js event loop to remain active.