import { type asyncUtils } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { DelayOptions } = asyncUtils;
Properties
optional
signal: AbortSignalSignal used to abort the delay.
x/dtils/deps.ts>asyncUtils.DelayOptions
import { type asyncUtils } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { DelayOptions } = asyncUtils;
Signal used to abort the delay.