@instaffogmbh/event-peddler

1.0.2 • Public • Published

@instaffogmbh/event-peddler

Light-weight notification mechanism with 3rd party subscription, like unverified newsletters.

API

This module exports one function:

emit = makeEventPeddler()

Returns a function with a list of potential targets in its potentialTargets property. Call emit(evName[, ...args]) to notify all targets that have a property named 'on' + evName.

Methods on emit:

  • nPot: Returns the current number (length) of potentialTargets.
  • subscribeThese: Expects an array as argument. Adds all objects in that array to potentialTargets. Aliases: sub, meet

 

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @instaffogmbh/event-peddler

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.73 kB

Total Files

9

Last publish

Collaborators

  • bhanu.pv
  • instaffo