![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | a year ago | - | |
![]() | LICENSE | a year ago | 11K | |
![]() | README.md | a year ago | 281 | 595aea1 more query options + view options [كارل مبارك] |
![]() | index.js | a year ago | 5.9K | |
![]() | package.json | a year ago | 609 | afd0ccc remove unused [كارل مبارك] |
Event emitters for JavaScript.
npm install bare-events
const EventEmitter = require('bare-events')
const e = new EventEmitter()
e.on('hello', function (data) {
console.log(data)
})
e.emit('hello', 'world')
Apache-2.0