Skip to main content
Module

x/froebel/types.ts>LogicNull

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