import { complement } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns inverted
version of origin
function that accept input
as argument.
The return value of inverted
is the negative boolean value of origin(input)
.
Parameters
predicate: (...args: T) => unknown