Skip to main content
TimerOptions.ref - timers - Node documentation
property TimerOptions.ref

Usage in Deno

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

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

Type

boolean | undefined