[ 原始碼: node-thenify-all ]
套件:node-thenify-all(1.6.0-3)
node-thenify-all 的相關連結
Debian 的資源:
下載原始碼套件 node-thenify-all:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.