Skip to main content
Module

x/create_react_app/deps.ts>cli.Command#type

Create React App with Deno
Latest
method cli.Command.prototype.type
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

Register custom type.

Parameters

name: string

The name of the type.

handler: Type<unknown> | ITypeHandler<unknown>

The callback method to parse the type.

optional
options: ITypeOptions

Type options.