Skip to main content
Module

x/cliffy/command/types.ts>Id

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
type alias Id
import { type Id } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/types.ts";
definition: TValue extends Record<string, unknown> ? TValue extends infer U ? [K in keyof U]: Id<U[K]> : never : TValue