Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cliffy/command/types/enum.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://deno.land/x/cliffy@v0.19.5/command/types/enum.ts";

Type Parameters

T extends Type<unknown>
definition: T extends Type<infer V> ? V : never