Module

x/rambda/immutable.d.ts>not

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

It returns a boolean negated version of input.

Parameters

input: any

Returns

boolean