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

Functions

This method is like _.sortedLastIndex except that it accepts iteratee which is invoked for value and each element of array to compute their sort ranking. The iteratee is invoked with one argument: (value).