Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/fp/map-array.ts>default

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function default
import { default } from "https://deno.land/x/hex@v0.4.9/fp/map-array.ts";

Parameters

instance: Iterable<T1>
predicate: (
value: T1,
index: number,
instance: Iterable<T1>,
) => T2