Skip to main content
Module

x/ramda/source/addIndex.js

:ram: Practical functional Javascript
Latest
import * as ramda from "https://deno.land/x/ramda@v0.27.2/source/addIndex.js";

Variables

Creates a new list iteration function from an existing one by adding two new parameters to its callback function: the current index, and the entire list.