Module

x/cliffy/command.ts>ITypeMap

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

Map of type's.

definition: IGenericObject<Type<any> | ITypeHandler<any>>