Skip to main content
Latest
import * as lodashEs from "https://deno.land/x/lodash_es@v0.0.2/src/dropRightWhile.js";

Functions

Creates a slice of array excluding elements dropped from the end. Elements are dropped until predicate returns falsey. The predicate is invoked with three arguments: (value, index, array).