Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/tools/release/deps.ts>dax.Create$Options

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface dax.Create$Options
import { type dax } from "https://deno.land/x/deno@v1.39.3/tools/release/deps.ts";
const { Create$Options } = dax;

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