Skip to main content
Module

x/froebel/types.ts>BitNand

A strictly typed utility library.
Latest
type alias BitNand
import { type BitNand } from "https://deno.land/x/froebel@v0.23.2/types.ts";
definition: A extends false ? true : BitNot<B>