UNPKG

134 BJavaScriptView Raw
1'use strict';
2const is = require('@sindresorhus/is');
3
4module.exports = body => is.nodeStream(body) && is.function(body.getBoundary);