Skip to main content
Module

x/dax/src/command.ts

Cross-platform shell tools for Deno and Node.js inspired by zx.
Very Popular
Latest
import * as dax from "https://deno.land/x/dax@0.39.2/src/command.ts";

Classes

Underlying builder API for executing commands.

Result of running a command.

Similar to AbortSignal, but for Deno.Signal.

Similar to an AbortController, but for sending signals to commands.

Type Aliases

Listener for when a KillSignal is killed.