import * as dnit from "https://deno.land/x/dnit@dnit-v1.14.3/utils.ts";
Functions
Obtain a boolean confirmation - present a message | |
Copy between source and destination Reader/Writer - close both | |
Run a chain of processes - first and last processes can take or receive either string, inherited or null stdin/stdout. | |
Read all from Reader and close | |
f run | |
Write string content to Writer and close |
Interfaces
IoOption for each of stdin/stdout/stderr |
Type Aliases
Params for execution of processes | |
IO options for stdin/stdout/stderr on Deno.run |