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

indexOf

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

§Parameters

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