import { SafeUnknownObject } from "https://deno.land/x/dtils@2.6.1/mod.unstable.ts";
Calls fn
on each item in the array, returning a new array made up of the results of fn
Parameters
fn: (value: SafeUnknown, key: string) => T
x/dtils/mod.unstable.ts>SafeUnknownObject#map
import { SafeUnknownObject } from "https://deno.land/x/dtils@2.6.1/mod.unstable.ts";
Calls fn
on each item in the array, returning a new array made up of the results of fn