Skip to main content
Module

std/node/process.ts>nextTick

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

Type Parameters

T extends Array<unknown>

Parameters

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

Type Parameters

T extends Array<unknown>

Parameters

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