Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

promise-prototype

andreaspizsa17MIT0.1.0

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

promise, promises, prototype, native, es6, bluebird, q, rsvp, any-promise

readme

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([]) %}

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.