mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-10-11 04:39:22 +00:00
push all website files
This commit is contained in:
11
website/functions/node_modules/uri-js/src/schemes/https.ts
generated
vendored
Normal file
11
website/functions/node_modules/uri-js/src/schemes/https.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
Reference in New Issue
Block a user