Skip to main content
Module

x/dmm/deps.ts>Line.Types.TArgument

Lightweight Deno Module Manager
Latest
type alias Line.Types.TArgument
import { type Line } from "https://deno.land/x/dmm@v2.1.2/deps.ts";
const { TArgument } = Line.Types;

Typing for the arguments property on commands.

definition: { [argumentName: string]: string; }