An open API service indexing awesome lists of open source software.

https://github.com/rmw-lib/xx.on


https://github.com/rmw-lib/xx.on

Last synced: 9 days ago
JSON representation

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
```