Skip to main content
Module

x/ana_utils/src/dictionary.ts

🅰️ Utility functions for Ana
Go to Latest
import * as anaUtils from "https://deno.land/x/ana_utils@v0.0.4/src/dictionary.ts";

Functions

This function emulates the behavior of Array.prototype.map() in Dictionaries. It calls a function passing each entry of the dictionary as an argument.

This function emulates the behavior of Array.prototype.reduce() in Dictionaties. It runs a function that accumulates to a final single value returned.