ktongue's picture
download
raw
230 Bytes
/**
* @param {boolean} isHTTPS true when need https module, otherwise false
* @returns {Promise<import("http") | import("https")>}
*/
module.exports = function (isHTTPS) {
return isHTTPS ? import("https") : import("http");
};

Xet Storage Details

Size:
230 Bytes
·
Xet hash:
6c0844ca4148699e6377385f91529015eef3270f0afa47e409995398a36dd688

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.