cb-result

0.1.2 • Public • Published

cb-result - A node.js async callback pattern library

NPM

What is it

Node.js has the async programming model. Most of the function calls have the last parameter as a callback parameter, which is a function reference. Usually you have to deal with each callback's error/success state, this duplicates code a lot.

incomplete documentation, full documentation will follow.

License

cb-result is licensed under the MIT.

Changelog

  • 0.1.0: Initial version

Readme

Keywords

Package Sidebar

Install

npm i cb-result

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • ralphv