UNPKG

@extra-array/last-index-of

Version:
5 lines (4 loc) 116 B
function lastIndexOf(x, v, i = x.length - 1) { return x.lastIndexOf(v, i); } export { lastIndexOf as default };