Skip to main content
Module

std/collections/find_single.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.223.0/collections/find_single.ts";

Functions

Returns an element if and only if that element is the only one matching the given condition. Returns undefined otherwise.