Skip to main content
Module

x/fae/andThen.ts>andThen

A functional module for Deno inspired from Ramda.
Latest
variable andThen
import { andThen } from "https://deno.land/x/fae@v1.1.1/andThen.ts";

Returns the result of applying the onSuccess function to the value inside a successfully resolved promise. This is useful for working with promises inside function compositions.

type

AndThen