Skip to main content
Module

x/lodash_es/mod.ts>pullAt

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

Removes elements from array corresponding to indexes and returns an array of removed elements.

Note: Unlike _.at, this method mutates array.