UNPKG

@klodianimeri/pipejs

Version:

Pipe functions that provide convenient and efficient ways to work with iterators.

3 lines 202 B
import { findLastIndex } from "./find-last-index.js"; export const lastIndexOf = (value, fromIndex) => findLastIndex((element) => element === value, fromIndex); //# sourceMappingURL=last-index-of.js.map