Skip to main content
Module

x/create_react_app/deps.ts>cli.IType

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

Type settings.

Properties

name: string
handler: Type<unknown> | ITypeHandler<unknown>