For questions specific to the node.js built-in utility function: util.promisify(). When using this tag also include the more generic [node.js] tag.
The utility function: util.promisify()
was added in node.js version 8. It is used to convert a callback-based function to a promise-based one.