import { SafeUnknownArray } from "https://deno.land/x/dtils@2.4.0/mod.ts";
Calls fn
on each item in the array, returning a new array made up of the results of fn
Parameters
fn: (value: SafeUnknown, index: number) => T
import { SafeUnknownArray } from "https://deno.land/x/dtils@2.4.0/mod.ts";
Calls fn
on each item in the array, returning a new array made up of the results of fn