Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 579B

1234567891011121314
  1. "use strict";
  2. var __importDefault = (this && this.__importDefault) || function (mod) {
  3. return (mod && mod.__esModule) ? mod : { "default": mod };
  4. };
  5. const agent_1 = __importDefault(require("./agent"));
  6. function createHttpsProxyAgent(opts) {
  7. return new agent_1.default(opts);
  8. }
  9. (function (createHttpsProxyAgent) {
  10. createHttpsProxyAgent.HttpsProxyAgent = agent_1.default;
  11. createHttpsProxyAgent.prototype = agent_1.default.prototype;
  12. })(createHttpsProxyAgent || (createHttpsProxyAgent = {}));
  13. module.exports = createHttpsProxyAgent;
  14. //# sourceMappingURL=index.js.map