Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BooleanSchemable

import type { BooleanSchemable } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/schemable.ts";

Wraps a boolean type in Schemable.

interface BooleanSchemable <U extends Kind> extends Hold<U> {
readonly boolean: <B, C, D, E>() => $<U, [boolean, B, C], [D], [E]>;
}

§Type Parameters

§
U extends Kind
[src]

§Extends

§Properties

§
readonly boolean: <B, C, D, E>() => $<U, [boolean, B, C], [D], [E]>
[src]