Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Business logic with ease ☄️
Latest
function forIn
import { forIn } from "https://deno.land/x/effector@effector%4023.2.2/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