Skip to main content
Go to Latest
import * as mod from "https://deno.land/std@0.145.0/collections/first_not_nullish_of.ts";

Functions

Applies the given selector to elements in the given array until a value is produced that is neither null nor undefined and returns that value Returns undefined if no such value is produced