UNPKG

ut-tools

Version:

Build and Release management automation package.

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);