youchain-core-promievent
v1.0.4-alpha.0
Published
This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.
Downloads
39
Readme
youchain-core-promievent
This is a sub package of youchain.js
This is the PromiEvent package is used to return a EventEmitter mixed with a Promise to allow multiple final states as well as chaining.
Installation
npm install youchain-core-promievent
Usage
import PromiEvent from 'youchain-core-promievent';
new PromiEvent();
Types
All the typescript typings are placed in the types folder.