Welcome to mirror list, hosted at ThFree Co, Russian Federation.

https.js « schemes « esnext « dist « uri-js « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc3c71a6c2847ccbb222f1304f1fc156bdd7c582 (plain)
1
2
3
4
5
6
7
8
9
import http from "./http";
const handler = {
    scheme: "https",
    domainHost: http.domainHost,
    parse: http.parse,
    serialize: http.serialize
};
export default handler;
//# sourceMappingURL=https.js.map