Evit packages documentation
    Preparing search index...

    Module @evit/core - v0.1.0

    @evit/core

    A minimal, stateless, type-safe event system for any JavaScript application or UI framework.


    • Stateless API
    • Strong TypeScript inference for payloads and tags
    • Framework-agnostic — no hard dependency in the core package
    • No state management
    • No external dependencies

    You can use any package manager to install:

    pnpm add @evit/core
    

    Interfaces

    Action

    Type Aliases

    EventHandler

    Variables

    withPayload

    Functions

    defineEvent
    mergeSubscriptions