UNPKG

450 BMarkdownView Raw
1# bevent
2
3Async event emitter for javascript.
4
5## Usage
6
7``` js
8const AsyncEmitter = require('bevent');
9```
10
11## Contribution and License Agreement
12
13If you contribute code to this project, you are implicitly allowing your code
14to be distributed under the MIT license. You are also implicitly verifying that
15all code is your original work. `</legalese>`
16
17## License
18
19- Copyright (c) 2017, Christopher Jeffrey (MIT License).
20
21See LICENSE for more info.