UNPKG

got-cjs

Version:

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

7 lines (6 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isClientRequest(clientRequest) { return clientRequest.writable && !clientRequest.writableEnded; } exports.default = isClientRequest;