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
c5324b468329b7a2fd9c7d5892db6e9c4f388c2e
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: 223ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API