import { negate } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/function.js";
Creates a function that negates the result of the predicate func
. The
func
predicate is invoked with the this
binding and arguments of the
created function.