https://github.com/rmw-lib/xx.on
https://github.com/rmw-lib/xx.on
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmw-lib/xx.on
- Owner: rmw-lib
- License: other
- Created: 2020-08-16T06:24:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T06:36:59.000Z (almost 6 years ago)
- Last Synced: 2026-05-19T00:47:58.164Z (2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# xx.on
```
import $on from 'xx.on'
import Event from 'events'
e = new Event()
$on e, {
test:->
@x = 1
}
e.emit 'test'
console.log e.x
```