@protobufjs/eventemitter
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@protobufjs/eventemitter

npm

A minimal event emitter.

API

  • new EventEmitter()
    Constructs a new event emitter instance.

  • EventEmitter#on(evt: string, fn: function, [ctx: Object]): EventEmitter
    Registers an event listener.

  • EventEmitter#off([evt: string], [fn: function]): EventEmitter
    Removes an event listener or any matching listeners if arguments are omitted.

  • EventEmitter#emit(evt: string, ...args: *): EventEmitter
    Emits an event by calling its listeners with the specified arguments.

License: BSD 3-Clause License

Readme

Keywords

none

Package Sidebar

Install

npm i @protobufjs/eventemitter

Weekly Downloads

11,148,479

Version

1.1.0

License

BSD-3-Clause

Last publish

Collaborators

  • dcode
  • protobufjs