is-form-data.js 134 Bytes Raw Blame History Permalink 1 2 3 4 'use strict'; const is = require('@sindresorhus/is'); module.exports = body => is.nodeStream(body) && is.function(body.getBoundary);