[ 原始碼: node-p-is-promise ]
套件:node-p-is-promise(3.0.0-2)
node-p-is-promise 的相關連結
Debian 的資源:
下載原始碼套件 node-p-is-promise:
- [node-p-is-promise_3.0.0-2.dsc]
- [node-p-is-promise_3.0.0.orig.tar.gz]
- [node-p-is-promise_3.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Check if something is a promise
Just pass your value to Promise.resolve() and let it handle it.
Can be useful if you need to create a fast path for a synchronous operation.
Node.js is an event-based server-side JavaScript engine.