Skip to main content
Module

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

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

Custom type handler/parser.

Type Parameters

optional
T = unknown
definition: (type: ITypeInfo) => T

Type Parameters

optional
T = unknown
definition: (type: ITypeInfo) => T