mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 11:16:40 +00:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
module.exports = noop;
|
|
module.exports.HttpsAgent = noop;
|
|
|
|
// Noop function for browser since native api's don't use agents.
|
|
function noop () {}
|