mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-03 00:34:28 +00:00
Updated everything
This commit is contained in:
11
node_modules/uri-js/src/schemes/https.ts
generated
vendored
11
node_modules/uri-js/src/schemes/https.ts
generated
vendored
@ -1,11 +0,0 @@
|
||||
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