Skip to main content
Module

x/froebel/nullishChain.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.22.0/nullishChain.ts";

Variables

Same as nullishChain but accept asynchronous functions too.

Given a list of functions that accept the same parameters, returns a function that given these arguments returns the result of the first function whose result is not nullish.