Skip to main content
Module

x/ramda/source/index.js>traverse

:ram: Practical functional Javascript
Latest
variable traverse
import { traverse } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

Maps an Applicative-returning function over a Traversable, then uses sequence to transform the resulting Traversable of Applicative into an Applicative of Traversable.

Dispatches to the traverse method of the third argument, if present.