import { ProcReadableStream } from "https://deno.land/x/proc@0.20.2/src/proc-readable-stream.ts";
Run a process.
Note that this is not type safe. This should only be called on a
ProcReadableStream<Uint8Array>
. Calling this for other types will
cause a runtime error.
Returns
A child process instance.
Run a process.
Note that this is not type safe. This should only be called on a
ProcReadableStream<Uint8Array>
. Calling this for other types will
cause a runtime error.
Returns
A child process instance.