UNPKG

100 BJavaScriptView Raw
1module.exports = function (body) {
2 return body !== undefined && typeof body.pipe === 'function'
3}