mirror of
https://github.com/actions/labeler
synced 2026-05-08 20:31:02 +02:00
build
This commit is contained in:
16
node_modules/uri-js/dist/esnext/schemes/https.js
generated
vendored
Normal file → Executable file
16
node_modules/uri-js/dist/esnext/schemes/https.js
generated
vendored
Normal file → Executable file
@@ -1,9 +1,9 @@
|
||||
import http from "./http";
|
||||
const handler = {
|
||||
scheme: "https",
|
||||
domainHost: http.domainHost,
|
||||
parse: http.parse,
|
||||
serialize: http.serialize
|
||||
};
|
||||
export default handler;
|
||||
import http from "./http";
|
||||
const handler = {
|
||||
scheme: "https",
|
||||
domainHost: http.domainHost,
|
||||
parse: http.parse,
|
||||
serialize: http.serialize
|
||||
};
|
||||
export default handler;
|
||||
//# sourceMappingURL=https.js.map
|
||||
Reference in New Issue
Block a user