import * as proc from "https://deno.land/x/proc@0.21.8/legacy/mod.ts";
Classes
Wrapper for a Deno process that ensures it is only closed once, even though we may try to close it multiple times. | |
Wrapper for a | |
Wrapper for a | |
A | |
The standard error that is thrown when a process exits with a non-0 exit code. | |
Invert the normal data flow of an |
Functions
A handler for | |
A hander for | |
A handler for | |
A hander for | |
A handler for | |
A hander for | |
Convert an | |
A hander for | |
Dump | |
Create a new | |
Handler for | |
Efficiently transform a | |
Transform a | |
Handler for | |
f run0 | |
f runB | |
Define a reusable process runner. | |
f runS | |
Sleep for a while. | |
Write | |
Write | |
Ignore stderr. | |
Redirects | |
A handler for | |
A hander for | |
A handler for | |
A hander for | |
A handler for | |
A hander for | |
A handler for | |
A hander for |
Interfaces
A process group. | |
The interface of an input handler. | |
The interface of an output handler. | |
Command options. | |
Simplified writable. |
Type Aliases
Something that is either a promise or an iterable. | |
A processor for |