Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/index.d.ts>not

Faster and smaller alternative to Ramda
Latest
function not
import { not } from "https://deno.land/x/rambda@9.4.1/index.d.ts";

It returns a boolean negated version of input.

Parameters

input: any

Returns

boolean