UNPKG

@glandjs/events

Version:

A fast, zero‑dependency event broker and message bus for building scalable, event‑driven applications.

5 lines (4 loc) 124 B
import type { EventType } from '../../types/common.types'; export interface ConnectionOptions { events?: EventType[]; }