Module

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

Business logic with ease ☄️
Latest
function forIn
import { forIn } from "https://dotland.deno.dev/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