UNPKG

qjs

Version:

Use the await keyword with Q promises to tame your async code

3 lines 117 B
var Q = require('q'); var api = require('./node-api'); module.exports.getNextMessage = Q.nbind(api.getNextMessage);