From ed84d40fa895f8381e08b6485277f0c979945b58 Mon Sep 17 00:00:00 2001 From: Kevin Martensson Date: Wed, 24 May 2017 04:05:33 +0200 Subject: [PATCH] Add `p-one` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ed80e5a..996a36f 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,7 @@ I intend to use this space to document my promise modules, useful promise patter - **[p-filter](https://github.com/sindresorhus/p-filter)**: Filter promises concurrently - **[p-reduce](https://github.com/sindresorhus/p-reduce)**: Reduce a list of values using promises into a promise for a value - **[p-settle](https://github.com/sindresorhus/p-settle)**: Settle promises concurrently and get their fulfillment value or rejection reason +- **[p-one](https://github.com/kevva/p-one)**: Test whether some promise passes a testing function - **[p-map-series](https://github.com/sindresorhus/p-map-series)**: Map over promises serially - **[p-each-series](https://github.com/sindresorhus/p-each-series)**: Iterate over promises serially - **[p-times](https://github.com/sindresorhus/p-times)**: Run promise-returning & async functions a specific number of times concurrently