Module Promisify
Provides classes modeling libraries implementing promisify
functions.
That is, functions that convert callback style functions to functions that return a promise.
Import path
import javascript
Classes
PromisifyAllCall |
A call to a |
PromisifyCall |
A call to a |