Tons of Solutions Engineering work done today for the rest of the CS team! Headway, Howard Hanna, Engels, Brighton, etc. Also completed Datasnippers auth flow and worked on Anthology's script. Cloned Anthology's courses (900..) and will clone Full Story on Monday.
This commit is contained in:
16
Scripts/node_modules/get-uri/dist/https.js
generated
vendored
Normal file
16
Scripts/node_modules/get-uri/dist/https.js
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.https = void 0;
|
||||
const https_1 = __importDefault(require("https"));
|
||||
const http_1 = require("./http");
|
||||
/**
|
||||
* Returns a Readable stream from an "https:" URI.
|
||||
*/
|
||||
const https = (url, opts) => {
|
||||
return (0, http_1.http)(url, { ...opts, http: https_1.default });
|
||||
};
|
||||
exports.https = https;
|
||||
//# sourceMappingURL=https.js.map
|
||||
Reference in New Issue
Block a user