# Pastebin 8Dtua0et const promisify = require('promisify-es6') module.exports = function refs(self) { "use strict"; return { local: promisify(() => { debugger; }) } }