class Cliffy.BooleanType extends Type<boolean>Re-exportimport { Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/deps.ts"; const { BooleanType } = Cliffy; Boolean type with auto completion. Allows true, false, 0 and 1. Methodscomplete(): string[]Complete boolean type. parse(type: ITypeInfo): booleanParse boolean type.