JSPM

  • Created
  • Published
  • Downloads 719899
  • Score
    100M100P100Q204518F
  • License LGPL-3.0

This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.

Package Exports

  • web3-core-promievent

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web3-core-promievent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

web3-core-promievent

This is a sub package of web3.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. Please read the documentation for more.

Installation

npm install web3-core-promievent

Usage

import PromiEvent from 'web3-core-promievent';

new PromiEvent();

Types

All the typescript typings are placed in the types folder.