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

x/effector/src/forest/forIn.ts>forIn

Business logic with ease ☄️
Go to Latest
function forIn
import { forIn } from "https://deno.land/x/effector@effector@22.5.0/src/forest/forIn.ts";

Type Parameters

T extends Record<string, unknown>

Parameters

obj: T
cb: (value: T[keyof T], key: Exclude<keyof T, number>) => void