[ 源代码: node-pify ]
软件包:node-pify(5.0.0+~cs5.0.0-1)
node-pify 的相关链接
Debian 的资源:
下载源码包 node-pify:
- [node-pify_5.0.0+~cs5.0.0-1.dsc]
- [node-pify_5.0.0+~cs5.0.0.orig-types-pify.tar.gz]
- [node-pify_5.0.0+~cs5.0.0.orig.tar.gz]
- [node-pify_5.0.0+~cs5.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
promisify a callback-style function
pify permits ont to transform a callback-style function into a promise-style function. In comparison with builtin function `util.promisify`, pify is faster, supports wrapping a whole module/object, has useful options and does have a magic behavior for certain Node.js methods.