npm.io
1.0.1 • Published 11 years ago

@mohayonao/event-emitter

Licence
MIT
Version
1.0.1
Deps
0
Vulns
0
Weekly
0

EVENT EMITTER

Build Status NPM Version License

tiny event emitter

Installation

Node.js

npm install @mohayonao/event-emitter

API

EventEmitter
  • constructor()
Instance methods
  • listeners(event: string): function[]
  • addListener(event: string, listener: function): self
  • on(event: string, listener: function): self
  • once(event: string, listener: function): self
  • removeListener(event: string, listener: function): self
  • removeAllListeners([ event: string ]): self
  • emit(event: string, arg1: any): self

License

MIT