aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/agentkeepalive/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/agentkeepalive/index.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/agentkeepalive/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/agentkeepalive/index.js b/sandbox/testAppNevena/Front/node_modules/agentkeepalive/index.js
new file mode 100644
index 00000000..6ca15134
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/agentkeepalive/index.js
@@ -0,0 +1,5 @@
+'use strict';
+
+module.exports = require('./lib/agent');
+module.exports.HttpsAgent = require('./lib/https_agent');
+module.exports.constants = require('./lib/constants');