import * as proc from "https://deno.land/x/proc@0.20.17/mod3.ts";
Classes
A factory for [[Process]]. | |
Enumerable wrapper for | |
A wrapper for | |
Enumerable which may be substituted when we know we are returning |
Functions
Transformer that conditionally forces buffering of a | |
Fast-concatenate | |
Enumerable factory. | |
Convert JSON-encoded lines into objects. | |
Convert objects into JSON. | |
Lazily produce a range of numbers. | |
f read | Open a file for reading. |
f run | Run a process. |
Sleep for a while. | |
Convert an | |
Converts specific types to | |
Convert an | |
Convert an |
Interfaces
Options for Enumerable.concurrentMap and Enumerable.concurrentUnorderedMap. | |
Options passed to a process. | |
Command options. | |
A | |
An |
Type Aliases
T Cmd | The type signature for a command. |
Optionally change or suppress the error before it is thrown. Note that this will only
be called if either one or both of | |
Optionally handle lines of stderr (passed as text lines), and also
optionally return a value that is passed to your custom |