Skip to main content
Module

x/ramda/mod.ts>sequence

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

Transforms a Traversable of Applicative into an Applicative of Traversable.

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