basant307/AI_Governance_Project
045
1'use strict';2 3const HttpAgent = require('./lib/agent');4module.exports = HttpAgent;5module.exports.HttpAgent = HttpAgent;6module.exports.HttpsAgent = require('./lib/https_agent');7module.exports.constants = require('./lib/constants');8 