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

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

Creates an event

Type Parameters

optional
E = void

Parameters

optional
eventName: string

Creates an event

Type Parameters

optional
E = void

Parameters

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