| module.exports = noop; | |
| module.exports.HttpsAgent = noop; | |
| 
 | |
| // Noop function for browser since native api's don't use agents. | |
| function noop () {}
 |