File manager - Edit - /usr/local/lib/node_modules/ghost-cli/node_modules/clone-response/src/index.js
Back
'use strict'; const PassThrough = require('stream').PassThrough; const mimicResponse = require('mimic-response'); const cloneResponse = response => { if (!(response && response.pipe)) { throw new TypeError('Parameter `response` must be a response stream.'); } const clone = new PassThrough(); mimicResponse(response, clone); return response.pipe(clone); }; module.exports = cloneResponse;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings