[ ソース: node-thenify ]
パッケージ: node-thenify (3.3.0-1+deb10u1) [security]
node-thenify に関するリンク
Debian の資源:
node-thenify ソースパッケージをダウンロード:
- [node-thenify_3.3.0-1+deb10u1.dsc]
- [node-thenify_3.3.0.orig.tar.gz]
- [node-thenify_3.3.0-1+deb10u1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Promisify a callback-based function
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.
その他の node-thenify 関連パッケージ
|
|
|
|
-
- dep: node-any-promise (>= 1.0.0)
- Resolve any installed ES6 compatible promise
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable