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

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

Creates a domain

Parameters

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

Parameters

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