Skip to main content
Subprocess - Deno documentation

Classes

c
Deno.ChildProcess

The interface for handling a child process returned fromDeno.Command.spawn.

c
Deno.Command

Create a child process.

Functions

f
Deno.kill

Send a signal to process under given pid. The value and meaning of thesignal to the process is operating system and process dependant.Signal provides the most common signals. Default signalis "SIGTERM".

Interfaces

I
Deno.CommandOutput

The interface returned from calling Deno.Command.output orDeno.Command.outputSync which represents the result of spawning thechild process.

I
Deno.CommandStatus
No documentation available