promise-frites
v1.0.2
Published
A promis utility library
Downloads
48
Readme
Promise Frites
Promise frites is a collection of utility functions to be used with es6 promises.
Installation
npm install promise-frites --save
Usage
Please have a look at the docs.
Breaking change in v1.0.0
- Retry does not return the last error, but throws a RetryError which contains all errors under the
errors
property. - Dropped support for node 5. (it might still work but isn't tested)