mirror of
https://github.com/anatolykopyl/status.git
synced 2026-03-26 12:54:46 +00:00
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
'use strict';
|
|
const is = require('@sindresorhus/is');
|
|
|
|
module.exports = body => is.nodeStream(body) && is.function(body.getBoundary);
|