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>Stack

Business logic with ease ☄️
Latest
type alias Stack
import { type Stack } from "https://deno.land/x/effector@effector%4023.2.2/packages/effector/index.d.ts";
definition: { value: any; a: any; b: any; parent?: Stack; node: Node; page?: any; scope?: Scope; meta?: Record<string, any>; }