Skip to main content
Module

x/froebel/types.ts>BitNand

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