stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
16
node_modules/get-uri/dist/https.js
generated
vendored
Normal file
16
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue