Skip to main content
Module

x/ramda/source/index.js>sequence

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

Transforms a Traversable of Applicative into an Applicative of Traversable.

Dispatches to the sequence method of the second argument, if present.