Skip to main content
Module

x/cliffy/mod.ts>ITypeHandler

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

Custom type handler/parser.

Type Parameters

optional
T = unknown
definition: (type: ITypeInfo) => T

Type Parameters

optional
T = unknown
definition: (type: ITypeInfo) => T