Module

x/lodash_es/src/array.js>without

lodash for deno use
Latest
variable without
import { without } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/array.js";

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

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