import { type Type } from "https://deno.land/x/cliffy@v1.0.0-rc.1/command/type.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.1/command/type.ts";
const { infer } = Type;