c
		    Deno.ChildProcess
	      
      
    The interface for handling a child process returned from
Deno.Command.spawn.
c
		    Deno.Command
	      
      
    Create a child process.
c
		    Deno.Process
	      
      
    Represents an instance of a sub process that is returned from
Deno.run which can be used to manage the sub-process.
I
		    Deno.CommandOptions
	      
      
    Options which can be set when calling Deno.Command.
I
		    Deno.CommandOutput
	      
      
    The interface returned from calling Deno.Command.output or
Deno.Command.outputSync which represents the result of spawning the
child process.
I
		    Deno.CommandStatus
	      
    No documentation available
      I
		    Deno.UnstableRunOptions
	      
      
    UNSTABLE: New API, yet to be vetted.
I
		    Deno.RunOptions
	      
      
    Options which can be used with Deno.run.
T
		    Deno.ProcessStatus
	      
      
    The status resolved from the .status() method of a
Deno.Process instance.