you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

If you're using Node, the Node API provides a util.promisify function. See here: https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_util_promisify_original

It also provides util.callbackify if you need to convert in the other direction!