
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/uri-js/src/schemes/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/uri-js/src/schemes/https.ts |
import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
import http from "./http";
const handler:URISchemeHandler = {
scheme : "https",
domainHost : http.domainHost,
parse : http.parse,
serialize : http.serialize
}
export default handler;
