Skip to main content
Module

x/line/mod.ts>Types.TOption

A class-based, command-line interface (CLI) framework.
Latest
type alias Types.TOption
import { type Types } from "https://deno.land/x/line@v1.0.1/mod.ts";
const { TOption } = Types;

Typing for the options property on commands.

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