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

Business logic with ease ☄️
Go to Latest
function serialize
import { serialize } from "https://deno.land/x/effector@effector-react%4023.2.0/packages/effector/index.d.ts";

Serialize store values from given scope

Parameters

scope: Scope
optional
options: { ignore?: Array<Store<any>>; onlyChanges?: boolean; }

Returns

{ [sid: string]: any; }

object with saved values