Skip to main content
Module

x/fae/indexOf.ts

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

Variables

Returns the position of the first occurrence of value in list, or -1 if the item is not included in the array. Fae.equals is used to determine equality.