UNPKG

boletos-ademitech

Version:
7 lines (6 loc) 191 B
module.exports = (stream) => { return new Promise(function (resolve, reject) { stream.on('end', () => resolve(stream)); stream.on('error', () => reject); }); };