Skip to main content
Module

x/ramda/mod.ts>not

:ram: Practical functional Javascript
Latest
variable not
import { not } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

A function that returns the ! of its argument. It will return true when passed false-y value, and false when passed a truth-y one.