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

x/hex/fp/remove-first-match-from-object.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/remove-first-match-from-object.ts";

Parameters

instance: Record<string | number | symbol, T>
predicate: (
value: T,
key: string | number | symbol,
instance: Record<string | number | symbol, T>,
) => boolean

Returns

Record<string | number | symbol, T>