import { type Type } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts";
const { infer } = Type;
Type Parameters
optional
TDefault = TTypedefinition: TType extends TypeOrTypeHandler<infer Value> ? Value : TDefault
import { type Type } from "https://deno.land/x/cliffy@v1.0.0-rc.2/command/mod.ts";
const { infer } = Type;