Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

lastIndexOf

import { lastIndexOf } from "https://cdn.skypack.dev/lodash-es";
function lastIndexOf(
array2,
value,
fromIndex,
);
§
lastIndexOf(array2, value, fromIndex)
[src]

§Parameters

§
array2
[src]
§
value
[src]
§
fromIndex
[src]