https://github.com/andreaspitzer/promise-prototype
Get the prototytpe of the Promise class (Native ES6, Bluebird, Q, RSVP, etc.)
https://github.com/andreaspitzer/promise-prototype
Last synced: about 1 year ago
JSON representation
Get the prototytpe of the Promise class (Native ES6, Bluebird, Q, RSVP, etc.)
- Host: GitHub
- URL: https://github.com/andreaspitzer/promise-prototype
- Owner: andreaspitzer
- License: mit
- Created: 2016-02-11T13:35:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T08:10:47.000Z (over 7 years ago)
- Last Synced: 2025-06-12T18:16:31.975Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# promise-prototype   
> Get the prototytpe of the Promise class (Native ES6, Bluebird, Q, RSVP, etc.)
## Install
Install with [npm](https://www.npmjs.com/)
```sh
$ npm i promise-prototype --save
```
## Usage
```js
var promisePrototype = require('promise-prototype');
```
## API
{%= apidocs("index.js") %}
## Related projects
{%= related([]) %}
## Running tests
Install dev dependencies:
```sh
$ npm i -d && npm test
```
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/AndreasPizsa/promise-prototype/issues/new).
## Author
**Andreas Pizsa**
+ [github/AndreasPizsa](https://github.com/AndreasPizsa)
+ [twitter/AndreasPizsa](http://twitter.com/AndreasPizsa)
## License
Copyright © 2016 Andreas Pizsa
Released under the MIT license.
***
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on February 11, 2016._