Skip to main content
Module

x/rambda/files/index.d.ts>mapObjIndexed

Faster and smaller alternative to Ramda
Go to Latest
function mapObjIndexed
import { mapObjIndexed } from "https://deno.land/x/rambda@v9.1.1/files/index.d.ts";

Parameters

fn: ObjectIterator<T, T>
iterable: Dictionary<T>

Returns

Dictionary<T>

Parameters

fn: ObjectIterator<T, U>
iterable: Dictionary<T>

Returns

Dictionary<U>

Parameters

fn: ObjectIterator<T, T>

Returns

(iterable: Dictionary<T>) => Dictionary<T>

Parameters

fn: ObjectIterator<T, U>

Returns

(iterable: Dictionary<T>) => Dictionary<U>