Make any Async function that returns a promise support the old NodeJS callback style. And return the promise that supports thenCall method.
thenCall
Decorated method
Make any Async function that returns a promise support the old NodeJS callback style. And return the promise that supports
thenCall
method.