Module @evit/core - v0.1.0
@evit/core
A minimal, stateless, type-safe event system for any JavaScript application or UI framework.
Highlights
- Stateless API
- Strong TypeScript inference for payloads and tags
- Framework-agnostic — no hard dependency in the core package
- No state management
- No external dependencies
Installation
You can use any package manager to install:
pnpm add @evit/core
Interfaces
- Action
Type Aliases
- EventHandler
Variables
- withPayload
Functions
- defineEvent
- mergeSubscriptions