mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 13:01:24 +01:00
9 lines
No EOL
212 B
JavaScript
9 lines
No EOL
212 B
JavaScript
import http from "./http";
|
|
const handler = {
|
|
scheme: "https",
|
|
domainHost: http.domainHost,
|
|
parse: http.parse,
|
|
serialize: http.serialize
|
|
};
|
|
export default handler;
|
|
//# sourceMappingURL=https.js.map
|