Skip to main content
Module

x/create_react_app/deps.ts>cli.BooleanType

Create React App with Deno
Latest
class cli.BooleanType
extends Type<boolean>
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { BooleanType } = cli;

Boolean type with auto completion. Allows true, false, 0 and 1.

Methods

complete(): string[]

Complete boolean type.

parse(type: ITypeInfo): boolean

Parse boolean type.