Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Business logic with ease ☄️
Latest
function forIn
import { forIn } from "https://deno.land/x/effector@effector-vue%4023.1.0/src/effector/collection.ts";

Type Parameters

T
optional
Key extends string = string

Parameters

obj: Record<Key, T>
cb: (value: T, key: Key) => void