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

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

Business logic with ease ☄️
Latest
function createWatch
import { createWatch } from "https://deno.land/x/effector@effector-vue@23.1.0/packages/effector/index.d.ts";

Parameters

unnamed 0: { unit: Unit<T> | Unit<T>[]; fn: (value: T) => any; scope?: Scope; batch?: boolean; }