Skip to main content
Module

x/fae/findIndex.ts>findIndex

A functional module for Deno inspired from Ramda.
Latest
variable findIndex
import { findIndex } from "https://deno.land/x/fae@v1.1.1/findIndex.ts";

Takes in Array and Element as its 2 parameters Return the 1st index If element is matched or -1 is unmatched.

type

FindIndex