We can use `async` and `await` to organize the codebase and `universalify.fromPromise` to create Node.js-callback style APIs from the promise-based APIs.
We can use
asyncandawaitto organize the codebase anduniversalify.fromPromiseto create Node.js-callback style APIs from the promise-based APIs.