import * as froebel from "https://deno.land/x/froebel@v0.21.3/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. |