Strictly checks that given value is nodejs EventEmitter. It's easy, because his API is in frozen state.
Event emitter
Type-safe implementation of EventEmitter for browser and Node.js
Simple event emitter
Creates a Promise that waits for a single event
Event manager.
A type-safe marriage of `EventTarget` and `EventEmitter`.
Node compatible event emitter with extra features
event interceptors - like middleware for EventEmitter
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
Simple and modern async event emitter
An EventEmitter that isolates the emitter from errors in handlers
A tiny (less than 1k) event emitter library
Implement EventEmitter on object or component
Promisify an event by waiting for it to be emitted
Environment agnostic event emitter
Put a bunch of emitted events in an array, for testing.
The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process
A minimal event emitter.
Re emit events from another emitter
Low footprint ECMAScript source code parser
Strictly typed event emitter interface for TypeScript 3.
A simple event emitter.
Fully type-checked EventEmitter
Use Facebook's Flux dispatcher and Node EventEmitter in your Rails project.
Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format. This fork provides precise location information to Psych::Handler and Psych::Nodes::Node.