1.0.0 • Published 9 months ago

@tadashi/ee v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@tadashi/ee

NPM version Build Status Coverage Status


EventEmitter Singleton

Install

$ npm i @tadashi/ee

Environment Variables

⚠️ Warning

You must set the environment variables APP_NS
Default is: @tadashi

Usage

// log.js
import ee from '@tadashi/ee'

function _log(data) {
  console.log(data)
}

ee.on('logger', _log)

// ---

// app.js
import ee from '@tadashi/ee'

ee.emit('logger', {
  message: 'apenas um show',
})

Donate ❤️

  • BTC: bc1q7famhuj5f25n6qvlm3sssnymk2qpxrfwpyq7g4

License

MIT © Thiago Lagden