UNPKG

got

Version:

Human-friendly and powerful HTTP request library for Node.js

5 lines (4 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const is_1 = require("@sindresorhus/is"); exports.default = (body) => is_1.default.nodeStream(body) && is_1.default.function_(body.getBoundary);