Severian's picture
Upload 7464 files
c211499
raw
history blame
144 Bytes
module.exports = noop;
module.exports.HttpsAgent = noop;
// Noop function for browser since native api's don't use agents.
function noop () {}