Skip to main content
Module

std/node/_next_tick.ts>nextTick

Deno standard library
Go to Latest
function nextTick
import { nextTick } from "https://deno.land/std@0.166.0/node/_next_tick.ts";

Parameters

this: unknown
callback: () => void

Type Parameters

T extends Array<unknown>

Parameters

this: unknown
callback: (...args: T) => void
...args: T