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

x/effector/packages/effector/index.d.ts>StateRefOp

Business logic with ease ☄️
Latest
type alias StateRefOp
import { type StateRefOp } from "https://deno.land/x/effector@effector%4023.2.2/packages/effector/index.d.ts";
definition: { type: "map"; from?: StateRef; fn?: (value: any) => any; } | { type: "field"; from: StateRef; field: string; } | { type: "closure"; of: StateRef; }