Skip to main content

ref

method Deno.ChildProcess.prototype.ref
Jump to headingChildProcess.prototype.ref(): void

Ensure that the status of the child process prevents the Deno process from exiting.

Return Type Jump to heading

void
Back to top