Skip to main content
method Deno.Command.prototype.spawn
Command.prototype.spawn(): ChildProcess
Deprecated

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

Return Type

Back to top