Skip to main content
Module

x/froebel/types.ts>BitNot

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