UNPKG

@extra-array/last-index-of

Version:
6 lines (5 loc) 125 B
'use strict'; function lastIndexOf(x, v, i = x.length - 1) { return x.lastIndexOf(v, i); } module.exports = lastIndexOf;