promise-prototype

0.1.0 • Public • Published

promise-prototype Travis Coverage Status Downloads

Get the prototytpe of the Promise class (Native ES6, Bluebird, Q, RSVP, etc.)

Install

Install with npm

$ npm i promise-prototype --save

Usage

var Promise = require('any-promise');
var promisePrototype = require('promise-prototype')(Promise);

API

{%= apidocs("index.js") %}

Related projects

{%= related([]) %}

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Andreas Pizsa

License

Copyright © 2016 Andreas Pizsa Released under the MIT license.


This file was generated by verb-cli on February 11, 2016.

Dependents (1)

Package Sidebar

Install

npm i promise-prototype

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • andreaspizsa