Module

x/lodash_es/src/negate.js

lodash for deno use
Latest
import * as mod from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/negate.js";

Functions

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.