UNPKG

novel-opds-now

Version:

按需生成 epub,此模組不使用排程任務來生成 epub

9 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getProxy = void 0; function getProxy(proxy) { return proxy || process.env.HTTPS_PROXY || process.env.HTTP_PROXY || undefined; } exports.getProxy = getProxy; exports.default = getProxy; //# sourceMappingURL=getProxy.js.map