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

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

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

Creates a domain

Parameters

optional
domainName: string
optional
config: { domain?: Domain; }

Parameters

optional
config: { name?: string; domain?: Domain; }