Skip to main content
Module

x/dmm/deps.ts>Line.Interfaces.IConstructable

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

A helper interface to help construct main commands and subcommands. This prevents the need to instantiate command classes before plugging them into Line.CLI and Line.MainCommand.

Methods

new(...args: unknown[]): T