Skip to main content
Module

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

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

Typing for the options property on commands.

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