promise-prototype
v0.1.0
Published
Get the prototytpe of the Promise class (Native ES6, Bluebird, Q, RSVP, etc.)
Downloads
16
Maintainers
Readme
promise-prototype
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.