Showing 1-20 of 3,775 packages
AsyncResource integration for EventEmitter
AbortController for Node based on EventEmitter
Type-safe implementation of EventEmitter for browser and Node.js
event interceptors - like middleware for EventEmitter
TypeScript definitions for async-eventemitter
Simple, EventEmitter API for WebSockets (browser)
Fully type-checked EventEmitter
Just like EventEmitter, but with support for callbacks and interuption of the listener-chain
A type-safe marriage of `EventTarget` and `EventEmitter`.
Nodejs implementation of EventEmitter
Listen to events from a Node.js EventEmitter.
Implement EventEmitter on object or component
EventEmitter assertions for Unexpected
Light-weight EventEmitter (less than 1KB when gzipped)
An EventEmitter that isolates the emitter from errors in handlers
Forward events from any Node EventEmitter to another EventEmitter.
react-native-eventemitter Demo
Node's EventEmitter mixin
An extension to Node's EventEmitter that supports event replay.
Facebook's EventEmitter is a simple emitter implementation that prioritizes speed and simplicity. It is conceptually similar to other emitters like Node's EventEmitter, but the precise APIs differ. More complex abstractions like the event systems used on