Skip to main content
Module

x/ramda/source/forEachObjIndexed.js

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

Variables

Iterate over an input object, calling a provided function fn for each key and value in the object.