Skip to main content
Module

x/froebel/types.ts>LogicFalse

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