Module

x/cliffy/mod.ts>MapTypes

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
type alias MapTypes
import { type MapTypes } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";
definition: T extends Record<string, unknown> | Array<unknown> ? [K in keyof T]: MapTypes<T[K]> : Type.infer<T>
import MapTypes
import { MapTypes } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";