Skip to main content
Module

x/scaffold/src/deps/cli.ts>TypeValue

scaffold your next project with style and 💗
Latest
type alias TypeValue
import { type TypeValue } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Type Parameters

T
optional
U = T
definition: T extends TypeOrTypeHandler<infer V> ? V : U