CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
index.js8 linesDownload Raw Back to agentkeepalive
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 
basant307/AI_Governance_Project · CoolFace