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

CombinableBooleanAny

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

The canonical implementation of Combinable for boolean that combines using the logical or operator. It contains the method combine.

const CombinableBooleanAny: Combinable<boolean>;