Skip to main content
Module

x/ramda/source/forEachObjIndexed.js>default

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

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

fn receives three argument: (value, key, obj).