Skip to main content
Module

x/lume/deps/cliffy.ts>IDescription

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias IDescription
Deprecated
Deprecated

Use Description instead.

import { type IDescription } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Type Parameters

optional
O extends Record<string, any> | void = any
optional
A extends Array<unknown> = O extends number ? any : []
optional
G extends Record<string, any> | void = O extends number ? any : void
optional
PG extends Record<string, any> | void = O extends number ? any : void
optional
CT extends Record<string, any> | void = O extends number ? any : void
optional
GT extends Record<string, any> | void = O extends number ? any : void
optional
PT extends Record<string, any> | void = O extends number ? any : void
optional
P extends Command<any> | undefined = O extends number ? any : undefined
deprecated
definition: Description<O, A, G, PG, CT, GT, PT, P>