Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
/ eventemitter Public archive

EventEmitter that allow async queue callback

License

Notifications You must be signed in to change notification settings

kaka-ng/eventemitter

Repository files navigation

@kakang/eventemitter

Continuous Integration Package Manager CI NPM version GitHub package.json version GitHub

This plugin allow to pass Promise as callback and run them in sync when event emitted.

Install

npm install @kakang/eventemitter --save

yarn add @kakang/eventemitter