Module

x/lodash_es/src/array.js>pullAt

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

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

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