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

Business logic with ease ☄️
Latest
interface Scope
implements Unit<any>
import { type Scope } from "https://deno.land/x/effector@effector%4023.2.2/packages/effector/index.d.ts";

Fully isolated instance of application. The primary purpose of scope includes SSR and testing

Methods

getState<T>(store: Store<T>): T