Skip to main content
Module

x/fae/find.ts

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

Variables

Returns the first element of the list which matches the predicate, or undefined if no element matches.