Logo
Explore Help
Sign In
norm/Gainsight
1
0
Fork 0
You've already forked Gainsight
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
dc291b67f3ecdb147fc363d5b5467db81f63c101
Gainsight/Scripts/node_modules/bare-events
History
Norm Rasmussen 1184fe0cd1 A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
2024-02-28 17:13:10 -05:00
..
lib
A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
2024-02-28 17:13:10 -05:00
index.js
A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
2024-02-28 17:13:10 -05:00
LICENSE
A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
2024-02-28 17:13:10 -05:00
package.json
A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
2024-02-28 17:13:10 -05:00
README.md
A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.
2024-02-28 17:13:10 -05:00

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

Powered by Gitea Version: 1.25.0+dev-138-gd21ce9fa07 Page: 40ms Template: 4ms
English
English
Licenses API