@bible-api/bible-api
Version:
A simple API for the Bible
14 lines • 464 B
JavaScript
;
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