Deno.Command.prototype.spawn - Deno documentation
method Deno.Command.prototype.spawn
Command.prototype.spawn(): ChildProcess

Spawns a streamable subprocess, allowing to use the other methods.

Return Type