Skip to main content
Module

x/fae/findIndex.ts

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

Variables

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