Skip to main content
Module

x/lodash_es/mod.ts>without

lodash for deno use
Latest
variable without
import { without } from "https://deno.land/x/lodash_es@v0.0.2/mod.ts";

Creates an array excluding all given values using SameValueZero for equality comparisons.

Note: Unlike _.pull, this method returns a new array.