Skip to main content
Module

x/ramda/source/not.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/not.js";

Variables

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.