UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 138 B
import { _lastIndexOf } from './equals.js' export function lastIndexOf(valueToFind) { return list => _lastIndexOf(valueToFind, list) }