Skip to main content
type alias MapFunc
import { type MapFunc } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Type Parameters

optional
T = any
optional
R = any
definition: (
val: T,
index?: number,
arr?: T[],
) => R