/ student-intifada / node_modules / bare-events /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]lib/a year ago -  
[   ]LICENSEa year ago 11K 
[TXT]README.mda year ago281 595aea1 more query options + view options [كارل مبارك]
[   ]index.jsa year ago5.9K 
[   ]package.jsona year ago609 afd0ccc remove unused [كارل مبارك]
README.md

bare-events

Event emitters for JavaScript.

npm install bare-events

Usage

const EventEmitter = require('bare-events')

const e = new EventEmitter()

e.on('hello', function (data) {
  console.log(data)
})

e.emit('hello', 'world')

License

Apache-2.0

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80