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

Business logic with ease ☄️
Latest
function hydrate
Deprecated
Deprecated

use fork({values}) instead

import { hydrate } from "https://deno.land/x/effector@effector%4023.2.2/packages/effector/index.d.ts";

Fill stores with given values in provided scope or domain

Parameters

domainOrScope: Domain | Scope
config: { values: ValueMap; }