This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.
npm install youchain-core-promieventThis is a sub package of [youchain.js][repo]
This is the PromiEvent package is used to return a EventEmitter mixed with a Promise to allow multiple final states as well as chaining.
``bash`
npm install youchain-core-promievent
`js
import PromiEvent from 'youchain-core-promievent';
new PromiEvent();
``
All the typescript typings are placed in the types folder.
[repo]: https://github.com/youchainhq/youchain.js