Skip to main content
Module

x/lume/deps/cliffy.ts>BooleanType

🔥 Static site generator for Deno 🦕
Very Popular
Latest
class BooleanType
extends Type<boolean>
Re-export
import { BooleanType } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

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

Methods

complete(): string[]

Complete boolean type.

parse(type: ArgumentValue): boolean

Parse boolean type.