UNPKG

@bible-api/bible-api

Version:
14 lines 464 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const http_1 = __importDefault(require("http")); const remoteUrl = 'http://localhost:5409'; class Agent { agent; constructor() { this.agent = new http_1.default.Agent({ keepAlive: true }); } } //# sourceMappingURL=fetcher.js.map