Skip to main content
Module

std/node/timers.ts>setImmediate

Deno standard library
Go to Latest
variable setImmediate
import { setImmediate } from "https://deno.land/std@0.119.0/node/timers.ts";

type

(cb: (...args: any[]) => void, ...args: any[]) => number