Spaces:
Sleeping
Sleeping
File size: 236 Bytes
6655e35 | 1 2 3 4 5 6 7 8 | 'use strict';
const HttpAgent = require('./lib/agent');
module.exports = HttpAgent;
module.exports.HttpAgent = HttpAgent;
module.exports.HttpsAgent = require('./lib/https_agent');
module.exports.constants = require('./lib/constants');
|