import { type DelayOptions } from "https://deno.land/std@0.220.0/async/delay.ts";
Options for delay
.
Properties
optional
signal: AbortSignalSignal used to abort the delay.
import { type DelayOptions } from "https://deno.land/std@0.220.0/async/delay.ts";
Options for delay
.
Signal used to abort the delay.