[ Bron: node-thenify-all ]
Pakket: node-thenify-all (1.6.0-3)
Verwijzigingen voor node-thenify-all
Debian bronnen:
Het bronpakket node-thenify-all downloaden:
- [node-thenify-all_1.6.0-3.dsc]
- [node-thenify-all_1.6.0.orig.tar.gz]
- [node-thenify-all_1.6.0-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Promisifies all the selected functions in an object
Some features of this module:
- Preserves function names - Uses a native promise implementation if available and tries to fall back to a promise implementation such as bluebird - Converts multiple arguments from the callback into an Array, also support change the behavior by options.multiArgs - Resulting function never deoptimizes - Supports both callback and promise styleAn added benefit is that thrown errors in that async function will be caught by the promise!
Node.js is an event-based server-side JavaScript engine.
Andere aan node-thenify-all gerelateerde pakketten
|
|
|
|
-
- dep: node-thenify
- Promisify a callback-based function