mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 03:06:40 +00:00
4 lines
134 B
JavaScript
4 lines
134 B
JavaScript
'use strict';
|
|
const is = require('@sindresorhus/is');
|
|
|
|
module.exports = body => is.nodeStream(body) && is.function(body.getBoundary);
|