function nextTickimport { nextTick } from "https://dotland.deno.dev/std@0.110.0/node/process.ts"; nextTick(this: unknown, cb: () => void): voidhttps://nodejs.org/api/process.html#process_process_nexttick_callback_args nextTick<T extends Array<unknown>>(this: unknown,cb: (...args: T) => void,...args: T,): voidnextTick<T extends Array<unknown>>(this: unknown,cb: (...args: T) => void,...args: T,)https://nodejs.org/api/process.html#process_process_nexttick_callback_args Parametersthis: unknowncb: () => voidReturnsvoidType ParametersT extends Array<unknown>Parametersthis: unknowncb: (...args: T) => void...args: TReturnsvoidType ParametersT extends Array<unknown>Parametersthis: unknowncb: (...args: T) => void...args: T