Skip to main content
Module

x/rambda/immutable.d.ts>not

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

It returns a boolean negated version of input.

Parameters

input: any

Returns

boolean