# @vendredix/promise
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]

This module extends `PromiseConstructor` with features similar to [`bluebird`][bluebird]

## Installation
```bash
$ npm install @vendredix/promise
```

## Usage
TODO


## Credits
Extensions are based upon the work of yoshuawuyts's promise packages:
- [promise-each](https://github.com/yoshuawuyts/promise-each)
- [promise-every](https://github.com/yoshuawuyts/promise-every)
- [promise-filter](https://github.com/yoshuawuyts/promise-filter)
- [promise-map](https://github.com/yoshuawuyts/promise-map)
- [promise-reduce](https://github.com/yoshuawuyts/promise-reduce)
- [promise-some](https://github.com/yoshuawuyts/promise-some)

TypeScript typings are heavily based upon [@types/bluebird](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bluebird)

## License
[MIT](LICENSE)


[npm-image]: https://img.shields.io/npm/v/@vendredix/promise.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@vendredix/promise
[downloads-image]: http://img.shields.io/npm/dm/@vendredix/promise.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/@vendredix/promise

[bluebird]: https://github.com/petkaantonov/bluebird
