Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.146.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