import { rMap } from "https://deno.land/x/lunchbox@v1.0.2/src/utils.ts";
This function emulates the behavior of Array.prototype.map()
in Records. It calls a function
passing each entry of the record as an argument.
import { rMap } from "https://deno.land/x/lunchbox@v1.0.2/src/utils.ts";
This function emulates the behavior of Array.prototype.map()
in Records. It calls a function
passing each entry of the record as an argument.