Skip to content

Commit

Permalink
Add promise-nodeify
Browse files Browse the repository at this point in the history
This module is a standalone version of the nodeify method provided by
some promise libraries including bluebird, then/promise, and when.js
(which uses the name bindCallback).
  • Loading branch information
kevinoid authored and wbinnssmith committed Nov 17, 2016
1 parent 12b96b0 commit 52fb77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Native and strictly spec-compliant promises are awesome for compatibility, futur
* [promise-do-until](https://github.com/busterc/promise-do-until) - Calls a function repeatedly until a condition returns true and then resolves the promise.
* [promise-do-whilst](https://github.com/busterc/promise-do-whilst) - Calls a function repeatedly while a condition returns true and then resolves the promise.
* [promise-semaphore](https://github.com/samccone/promise-semaphore) - Push a set of work to be done in a configurable serial fashion
* [promise-nodeify](https://github.com/kevinoid/promise-nodeify) - Standalone `nodeify` method which calls a Node-style callback on resolution or rejection.

## License
Licensed under the [Creative Commons CC0 License](https://creativecommons.org/publicdomain/zero/1.0/).

0 comments on commit 52fb77a

Please sign in to comment.