Skip to main content
Module

x/dax/mod.ts>Create$Options

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
interface Create$Options
import { type Create$Options } from "https://deno.land/x/dax@0.24.0/mod.ts";

Options for creating a custom $.

Type Parameters

TExtras extends ExtrasObject

Properties

optional
commandBuilder: CommandBuilder

Uses the state of this command builder as a starting point.

optional
requestBuilder: RequestBuilder

Uses the state of this request builder as a starting point.

optional
extras: TExtras