system_assignation/node_modules/global-agent/dist/classes/index.js.flow

6 lines
174 B
Plaintext
Raw Normal View History

2022-03-24 09:22:39 -04:00
// @flow
export {default as Agent} from './Agent';
export {default as HttpProxyAgent} from './HttpProxyAgent';
export {default as HttpsProxyAgent} from './HttpsProxyAgent';