Skip to main content
Module

x/create_react_app/deps.ts>cli.IDescription

Create React App with Deno
Latest
type alias cli.IDescription
Re-export
import { type cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { IDescription } = cli;

Description handler.

Type Parameters

optional
O extends Record<string, any> | void = any
optional
A extends Array<unknown> = any
optional
G extends Record<string, any> | void = any
optional
PG extends Record<string, any> | void = any
optional
P extends Command | undefined = any
definition: string | ((this: Command<O, A, G, PG, P>) => string)