Module

x/cliffy/mod.ts>TypeValue

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
type alias TypeValue
import { type TypeValue } from "https://dotland.deno.dev/x/cliffy@v0.24.1/mod.ts";

Type Parameters

T
optional
U = T
definition: T extends TypeOrTypeHandler<infer V> ? V : U