Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/process.ts>nextTick

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function nextTick
import { nextTick } from "https://deno.land/std@0.87.0/node/process.ts";

Type Parameters

T extends Array<unknown>

Parameters

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